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 "locale/LocaleManager.hpp"
|
||||
#include "save/SaveManager.hpp"
|
||||
#include "physics/PhysicsManager.hpp"
|
||||
#include "settings/SettingsManager.hpp"
|
||||
|
||||
#ifdef DAWN_ENABLE_PHYSICS
|
||||
#include "physics/PhysicsManager.hpp"
|
||||
#endif
|
||||
|
||||
namespace Dawn {
|
||||
class Scene;
|
||||
class Game;
|
||||
|
Reference in New Issue
Block a user