Add unity build support
This commit is contained in:
@@ -418,3 +418,9 @@ namespace Nz
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(NAZARA_PLATFORM_WINDOWS)
|
||||
#include <Nazara/Core/AntiWindows.hpp>
|
||||
#elif defined(NAZARA_PLATFORM_LINUX)
|
||||
#include <Nazara/Core/AntiX11.hpp>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user