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