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

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