diff options
Diffstat (limited to 'source/game/scripting/StarMovementControllerLuaBindings.hpp')
-rw-r--r-- | source/game/scripting/StarMovementControllerLuaBindings.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/scripting/StarMovementControllerLuaBindings.hpp b/source/game/scripting/StarMovementControllerLuaBindings.hpp index 6324b4c..87d1ff7 100644 --- a/source/game/scripting/StarMovementControllerLuaBindings.hpp +++ b/source/game/scripting/StarMovementControllerLuaBindings.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_MOVEMENT_CONTROLLER_LUA_BINDINGS_HPP -#define STAR_MOVEMENT_CONTROLLER_LUA_BINDINGS_HPP +#pragma once #include "StarLua.hpp" @@ -11,5 +10,3 @@ namespace LuaBindings { LuaCallbacks makeMovementControllerCallbacks(MovementController* movementController); } } - -#endif |