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

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