Silence all the SWIG warning hopefully

This commit is contained in:
Matt Williams
2012-11-17 13:44:27 +00:00
parent 0566645c9e
commit 27f943adb3
3 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "Material.h"
%}
%include "DefaultIsQuadNeeded.h"
%include "Material.h"
%template(Material8) PolyVox::Material<uint8_t>;