aboutsummaryrefslogtreecommitdiff
path: root/luainc.h
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2018-06-27 15:55:22 -0500
committerBen Beltran <ben@nsovocal.com>2018-06-27 15:55:22 -0500
commitf631762a97e1f2afa309bfbc39f83f4fb46b00ee (patch)
tree6662b8da2310a684908d41dbdb999ad83d54c0ca /luainc.h
parent95a80700dcde3e51cba8fdbb314b0804ba680b20 (diff)
Update project so it compilesHEADmain
Used homebrew from SDL and Lua 5.3
Diffstat (limited to 'luainc.h')
-rw-r--r--luainc.h8
1 files changed, 4 insertions, 4 deletions
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__