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

@ -39,7 +39,7 @@ namespace PolyVox
struct MarchingCubesVertex
#else
template<typename _DataType>
struct POLYVOX_API MarchingCubesVertex
struct MarchingCubesVertex
#endif
{
typedef _DataType DataType;