Work on SWIG bindings for PolyVox.
This commit is contained in:
@ -29,7 +29,11 @@ freely, subject to the following restrictions:
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
#ifdef SWIG
|
||||
class Region
|
||||
#else
|
||||
class POLYVOXCORE_API Region
|
||||
#endif
|
||||
{
|
||||
public:
|
||||
Region();
|
||||
|
Reference in New Issue
Block a user