From 3811dc139a32bf1f2a164f770ee172f07139f76d Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 17 Jun 2022 20:26:20 -0400 Subject: Setup so it can build on debian --- src/LuaApi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/LuaApi.h') 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 -#include +#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 -- cgit v1.2.3-54-g00ecf