diff options
Diffstat (limited to 'src/CApi.h')
-rw-r--r-- | src/CApi.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ #include "Level.h" #include "Scene.h" -#include <lua.hpp> +#include "lua.hpp" #include <memory> extern std::shared_ptr<Level> lvl; @@ -200,4 +200,4 @@ void init_c_api(lua_State *L) { lua_register(L, "c_get_treasures", c_get_treasures); } -#endif // DNG_CAPI_H
\ No newline at end of file +#endif // DNG_CAPI_H |