update swig on windows
This commit is contained in:
11
winx64/bin/swigwin-4.0.0/Examples/python/enum/example.i
Normal file
11
winx64/bin/swigwin-4.0.0/Examples/python/enum/example.i
Normal file
@@ -0,0 +1,11 @@
|
||||
/* File : example.i */
|
||||
%module example
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
||||
/* Let's just grab the original header file here */
|
||||
|
||||
%include "example.h"
|
||||
|
||||
Reference in New Issue
Block a user