mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-04 09:13:46 +00:00
16 lines
532 B
OpenEdge ABL
16 lines
532 B
OpenEdge ABL
%module ccextractor
|
|
%{
|
|
#define SWIG_FILE_WITH_INIT
|
|
#include "../src/lib_ccx/lib_ccx.h"
|
|
#include "../src/lib_ccx/configuration.h"
|
|
#include "../src/lib_ccx/ccx_common_option.h"
|
|
#include "../src/lib_ccx/ccx_mp4.h"
|
|
#include "../src/lib_ccx/hardsubx.h"
|
|
#include "../src/lib_ccx/ccx_share.h"
|
|
#include "../src/ccextractor.h"
|
|
#include "../api/wrappers/wrapper.h"
|
|
%}
|
|
%include "../src/lib_ccx/ccx_common_common.h"
|
|
%include "../src/ccextractor.h"
|
|
%include "../api//wrappers/wrapper.h"
|