More fixing of physics not being optioned
Some checks failed
build-linux-glfw-x64 / build (push) Failing after 7m7s
Some checks failed
build-linux-glfw-x64 / build (push) Failing after 7m7s
This commit is contained in:
@ -12,9 +12,12 @@
|
|||||||
#include "asset/AssetManager.hpp"
|
#include "asset/AssetManager.hpp"
|
||||||
#include "locale/LocaleManager.hpp"
|
#include "locale/LocaleManager.hpp"
|
||||||
#include "save/SaveManager.hpp"
|
#include "save/SaveManager.hpp"
|
||||||
#include "physics/PhysicsManager.hpp"
|
|
||||||
#include "settings/SettingsManager.hpp"
|
#include "settings/SettingsManager.hpp"
|
||||||
|
|
||||||
|
#ifdef DAWN_ENABLE_PHYSICS
|
||||||
|
#include "physics/PhysicsManager.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Dawn {
|
namespace Dawn {
|
||||||
class Scene;
|
class Scene;
|
||||||
class Game;
|
class Game;
|
||||||
|
Reference in New Issue
Block a user