Now that PolyVox is header only we have no further use for the POLYVOX_API/LOCAL/SHARED macros which wrap API import/export.

This commit is contained in:
David Williams
2015-05-08 15:04:17 +02:00
parent b36548ff20
commit d8a422955d
6 changed files with 6 additions and 22 deletions

View File

@ -52,7 +52,7 @@ namespace PolyVox
#ifdef SWIG
class Region
#else
class POLYVOX_API Region
class Region
#endif
{
public: