Separate NAZARA_API into multiple defines (one per module)
To fix inter-module dependency Former-commit-id: 64704f020e0af22e529d38527323ba977187d4d0
This commit is contained in:
@@ -22,7 +22,7 @@ using NzLightConstRef = NzObjectRef<const NzLight>;
|
||||
using NzLightLibrary = NzObjectLibrary<NzLight>;
|
||||
using NzLightRef = NzObjectRef<NzLight>;
|
||||
|
||||
class NAZARA_API NzLight : public NzRenderable
|
||||
class NAZARA_GRAPHICS_API NzLight : public NzRenderable
|
||||
{
|
||||
public:
|
||||
NzLight(nzLightType type = nzLightType_Point);
|
||||
|
||||
Reference in New Issue
Block a user