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:
@ -39,7 +39,7 @@ namespace PolyVox
|
||||
struct MarchingCubesVertex
|
||||
#else
|
||||
template<typename _DataType>
|
||||
struct POLYVOX_API MarchingCubesVertex
|
||||
struct MarchingCubesVertex
|
||||
#endif
|
||||
{
|
||||
typedef _DataType DataType;
|
||||
|
Reference in New Issue
Block a user