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.
2 parents 2430e13 + 81f6987 commit 99f1320Copy full SHA for 99f1320
Code/client/CrashHandler.cpp
@@ -1,3 +1,4 @@
1
+#include <BranchInfo.h>
2
#include "CrashHandler.h"
3
#include <DbgHelp.h>
4
#include <Windows.h>
Code/client/TiltedOnlineApp.h
@@ -3,11 +3,7 @@
#include <BranchInfo.h>
#include <d3d11.h>
5
6
-#if (!IS_MASTER)
7
8
-#else
9
-#include <crash_handler/CrashHandler.h>
10
-#endif
11
12
struct TiltedOnlineApp final : App
13
{
0 commit comments