More fixing of physics not being optioned
Some checks failed
build-linux-glfw-x64 / build (push) Failing after 7m7s

This commit is contained in:
2024-12-06 13:44:51 -06:00
parent d35fba24fa
commit f98be769e7

View File

@ -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;