aboutsummaryrefslogtreecommitdiff
path: root/LuaVirtualMachine.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 /LuaVirtualMachine.h
parent95a80700dcde3e51cba8fdbb314b0804ba680b20 (diff)
Update project so it compilesHEADmain
Used homebrew from SDL and Lua 5.3
Diffstat (limited to 'LuaVirtualMachine.h')
-rw-r--r--LuaVirtualMachine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaVirtualMachine.h b/LuaVirtualMachine.h
index 61cf65b..8d42dff 100644
--- a/LuaVirtualMachine.h
+++ b/LuaVirtualMachine.h
@@ -15,7 +15,7 @@
#define __LUA_VIRTUAL_MACHINE_H__
#include "luainc.h"
-#include "luadebugger.h"
+#include "LuaDebugger.h"
class CLuaDebugger;
@@ -54,4 +54,4 @@ protected:
};
-#endif // __LUA_VIRTUAL_MACHINE_H__ \ No newline at end of file
+#endif // __LUA_VIRTUAL_MACHINE_H__