From f631762a97e1f2afa309bfbc39f83f4fb46b00ee Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 27 Jun 2018 15:55:22 -0500 Subject: Update project so it compiles Used homebrew from SDL and Lua 5.3 --- LuaDebugger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LuaDebugger.h') diff --git a/LuaDebugger.h b/LuaDebugger.h index a4c764e..61b77f5 100644 --- a/LuaDebugger.h +++ b/LuaDebugger.h @@ -15,7 +15,7 @@ #define __LUA_DEBUGGER_H__ #include "luainc.h" -#include "luavirtualmachine.h" +#include "LuaVirtualMachine.h" enum { @@ -44,4 +44,4 @@ protected: }; -#endif // __LUA_DEBUGGER_H__ \ No newline at end of file +#endif // __LUA_DEBUGGER_H__ -- cgit