From f631762a97e1f2afa309bfbc39f83f4fb46b00ee Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 27 Jun 2018 15:55:22 -0500 Subject: Update project so it compiles Used homebrew from SDL and Lua 5.3 --- luainc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'luainc.h') diff --git a/luainc.h b/luainc.h index 336eda2..8d9aab0 100644 --- a/luainc.h +++ b/luainc.h @@ -4,9 +4,9 @@ extern "C" { - #include "Lua/lua.h" - #include "Lua/lauxlib.h" - #include "Lua/lualib.h" + #include "lua.h" + #include "lauxlib.h" + #include "lualib.h" } -#endif // __LUA_INC_H__ \ No newline at end of file +#endif // __LUA_INC_H__ -- cgit