We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97bfbb commit 80b15b3Copy full SHA for 80b15b3
common/systems/sfml/SfSystem.cpp
@@ -3,8 +3,9 @@
3
#include "EntityManager.hpp"
4
#include "common/components/TransformComponent.hpp"
5
#include "common/packets/Log.hpp"
6
+#include "common/packets/LuaState.hpp"
7
+#include "lua/plua.hpp"
8
-#include "common/systems/LuaSystem.hpp"
9
#include "common/components/GUIComponent.hpp"
10
#include "common/components/CameraComponent.hpp"
11
0 commit comments