X-Git-Url: https://git.r.bdr.sh/rbdr/pico-engine/blobdiff_plain/95a80700dcde3e51cba8fdbb314b0804ba680b20..HEAD:/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__