diff options
Diffstat (limited to 'libs/assimp/port/swig/interface/aiLight.i')
-rw-r--r-- | libs/assimp/port/swig/interface/aiLight.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/assimp/port/swig/interface/aiLight.i b/libs/assimp/port/swig/interface/aiLight.i new file mode 100644 index 0000000..fbefde7 --- /dev/null +++ b/libs/assimp/port/swig/interface/aiLight.i @@ -0,0 +1,5 @@ +%{ +#include "aiLight.h" +%} + +%include "aiLight.h" |