Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Globals.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "Logging.h"
4 #include "GameLogging.h"
5 #include "PhasorThread.h"
6 #include "Halo/HaloStreams.h"
7 #include "../Common/Timers.h"
8 
9 // defined in main.cpp
10 extern PhasorThread g_Thread;
11 extern Timers g_Timers;
12 extern std::unique_ptr<CGameLog> g_GameLog;
13 extern std::unique_ptr<CScriptsLog> g_ScriptsLog;
14 extern std::unique_ptr<CPhasorLog> g_PhasorLog;
15 extern std::unique_ptr<CRconLog> g_RconLog;
16 extern std::unique_ptr<halo::CHaloPrintStream> g_PrintStream;