summaryrefslogtreecommitdiff
path: root/src/LuaApi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaApi.h')
-rw-r--r--src/LuaApi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LuaApi.h b/src/LuaApi.h
index 43bd50f..9da5c0a 100644
--- a/src/LuaApi.h
+++ b/src/LuaApi.h
@@ -36,7 +36,7 @@ struct LState {
lua_State *onintro;
lua_State *onwin;
lua_State *onloss;
-} typedef LState;
+};
const char *ON_KEYPRESS = "onKeyPress";
const char *ON_UPDATE = "onUpdate";