We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b70d2 commit 4fae25fCopy full SHA for 4fae25f
src/xrScriptEngine/script_debugger.hpp
@@ -3,7 +3,7 @@
3
#include "xrScriptEngine/xrScriptEngine.hpp"
4
#include "script_lua_helper.hpp"
5
#include "script_debugger_threads.hpp"
6
-#include "script_CallStack.hpp"
+#include "script_callStack.hpp"
7
#include "script_debugger_messages.hpp"
8
9
class CMailSlotMsg;
src/xrScriptEngine/script_process.cpp
@@ -10,7 +10,7 @@
10
#include "script_engine.hpp"
11
#include "script_process.hpp"
12
#include "script_thread.hpp"
13
-#include "common/object_broker.h"
+#include "Common/object_broker.h"
14
15
string4096 g_ca_stdout; // XXX: allocate dynamically for each CScriptEngine instance
16
0 commit comments