Initial commit of toolkit SWIG wrapper work

This commit is contained in:
Michael Tryby
2018-01-12 09:46:32 -05:00
parent f97d837231
commit 691c65878b
10 changed files with 453 additions and 28 deletions

View File

@@ -11,6 +11,6 @@
// this single global variable is used only when the library is called in "legacy mode"
// with the 2.1-style API.
EXTERN EN_Project *_defaultModel;
EXTERN void* _defaultModel;
#endif