X-Git-Url: https://git.r.bdr.sh/rbdr/pico-engine/blobdiff_plain/10a0e290ac07524dc129cc2b227b0f9e95df0f8e..refs/heads/main:/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__