summaryrefslogtreecommitdiff
path: root/src/CApi.h
diff options
context:
space:
mode:
authorBill <bill@billserver.senders.io>2022-06-17 20:26:20 -0400
committerBill <bill@billserver.senders.io>2022-06-17 20:26:20 -0400
commit3811dc139a32bf1f2a164f770ee172f07139f76d (patch)
tree1905e3bfafdacb57a341088898ca96826b9fd970 /src/CApi.h
parent7d1b2c96780f2ffb08a97420fac2794a264c764d (diff)
Setup so it can build on debianbill-build
Diffstat (limited to 'src/CApi.h')
-rw-r--r--src/CApi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CApi.h b/src/CApi.h
index 651cc13..6d61913 100644
--- a/src/CApi.h
+++ b/src/CApi.h
@@ -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