summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_localplayer.h')
-rw-r--r--src/script/lua_api/l_localplayer.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/script/lua_api/l_localplayer.h b/src/script/lua_api/l_localplayer.h
index 19012f01f..1070857c5 100644
--- a/src/script/lua_api/l_localplayer.h
+++ b/src/script/lua_api/l_localplayer.h
@@ -22,12 +22,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "l_base.h"
-
class LocalPlayer;
-class LuaLocalPlayer : public ModApiBase {
+class LuaLocalPlayer : public ModApiBase
+{
private:
-
static const char className[];
static const luaL_Reg methods[];
@@ -91,5 +90,4 @@ public:
static void Register(lua_State *L);
};
-
-#endif //MINETEST_L_LOCALPLAYER_H
+#endif // MINETEST_L_LOCALPLAYER_H