Fleshing out api for swig wrap

This commit is contained in:
Michael Tryby
2018-12-04 17:54:39 -05:00
parent b63f232884
commit c1adfd514d
3 changed files with 387 additions and 17 deletions

View File

@@ -80,6 +80,7 @@ typedef struct Project *EN_Project;
int DLLEXPORT EN_createproject(EN_Project *ph);
int DLLEXPORT EN_deleteproject(EN_Project *ph);
int DLLEXPORT EN_runproject(EN_Project ph, const char *f1, const char *f2, const char *f3,
void (*pviewprog)(char *));
int DLLEXPORT EN_init(EN_Project ph, const char *rptFile, const char *outFile,