Separate NAZARA_API into multiple defines (one per module)
To fix inter-module dependency Former-commit-id: 64704f020e0af22e529d38527323ba977187d4d0
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
#include <Nazara/Core/String.hpp>
|
||||
#include <Nazara/Math/Vector3.hpp>
|
||||
#include <Nazara/Math/Vector4.hpp>
|
||||
#include <Nazara/Utility/Config.hpp>
|
||||
#include <vector>
|
||||
|
||||
class NzOBJParser
|
||||
class NAZARA_UTILITY_API NzOBJParser
|
||||
{
|
||||
public:
|
||||
struct FaceVertex
|
||||
|
||||
Reference in New Issue
Block a user