summaryrefslogtreecommitdiff
path: root/src/LuaApi.h
diff options
context:
space:
mode:
authorBill <bill@billserver.senders.io>2022-06-17 20:26:20 -0400
committerBill <bill@billserver.senders.io>2022-06-17 20:26:20 -0400
commit3811dc139a32bf1f2a164f770ee172f07139f76d (patch)
tree1905e3bfafdacb57a341088898ca96826b9fd970 /src/LuaApi.h
parent7d1b2c96780f2ffb08a97420fac2794a264c764d (diff)
Setup so it can build on debianbill-build
Diffstat (limited to 'src/LuaApi.h')
-rw-r--r--src/LuaApi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LuaApi.h b/src/LuaApi.h
index cb68e36..088832c 100644
--- a/src/LuaApi.h
+++ b/src/LuaApi.h
@@ -2,7 +2,7 @@
#define DNG_LUA_API_H
#include <iostream>
-#include <lua.hpp>
+#include "lua.hpp"
struct LState {
lua_State *onkeypress;
@@ -86,4 +86,4 @@ bool lua_onwin(lua_State *L) { return lua_dofn(L, "onWin"); }
bool lua_onloss(lua_State *L) { return lua_dofn(L, "onLoss"); }
-#endif // DNG_LUA_API_H \ No newline at end of file
+#endif // DNG_LUA_API_H