Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/scripting/StarMovementControllerLuaBindings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/scripting/StarMovementControllerLuaBindings.hpp')
-rw-r--r--source/game/scripting/StarMovementControllerLuaBindings.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/source/game/scripting/StarMovementControllerLuaBindings.hpp b/source/game/scripting/StarMovementControllerLuaBindings.hpp
new file mode 100644
index 0000000..6324b4c
--- /dev/null
+++ b/source/game/scripting/StarMovementControllerLuaBindings.hpp
@@ -0,0 +1,15 @@
+#ifndef STAR_MOVEMENT_CONTROLLER_LUA_BINDINGS_HPP
+#define STAR_MOVEMENT_CONTROLLER_LUA_BINDINGS_HPP
+
+#include "StarLua.hpp"
+
+namespace Star {
+
+STAR_CLASS(MovementController);
+
+namespace LuaBindings {
+ LuaCallbacks makeMovementControllerCallbacks(MovementController* movementController);
+}
+}
+
+#endif