X-Git-Url: https://git.r.bdr.sh/rbdr/pico-engine/blobdiff_plain/95a80700dcde3e51cba8fdbb314b0804ba680b20..HEAD:/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__