Work on SWIG bindings for PolyVox.

This commit is contained in:
David Williams
2010-12-28 11:14:55 +00:00
parent 57ff257669
commit f7573e7660
5 changed files with 22 additions and 14 deletions

View File

@ -21,8 +21,8 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#ifndef __PolyVox_MaterialDensityPair_H__
#define __PolyVox_MaterialDensityPair_H__
#ifndef __PolyVox_Material_H__
#define __PolyVox_Material_H__
#include "PolyVoxForwardDeclarations.h"
#include "PolyVoxImpl/TypeDef.h"
@ -100,4 +100,4 @@ namespace PolyVox
typedef Material<uint8_t> Material8;
}
#endif
#endif //__PolyVox_Material_H__