diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-11 20:17:11 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-11 20:17:11 +0100 |
commit | 51d3d4a40c8579e29571bc80d35bbb62fa50661b (patch) | |
tree | 08d690a887e98c8110e9b76b2d4927a4bdc7afdc /NorthstarDedicatedTest/sourceconsole.h | |
parent | 4c4d605d10109e02708984755405bbe0947ef5c4 (diff) | |
download | NorthstarLauncher-51d3d4a40c8579e29571bc80d35bbb62fa50661b.tar.gz NorthstarLauncher-51d3d4a40c8579e29571bc80d35bbb62fa50661b.zip |
add temp console support
Diffstat (limited to 'NorthstarDedicatedTest/sourceconsole.h')
-rw-r--r-- | NorthstarDedicatedTest/sourceconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/sourceconsole.h b/NorthstarDedicatedTest/sourceconsole.h index 7f494dca..7815cd03 100644 --- a/NorthstarDedicatedTest/sourceconsole.h +++ b/NorthstarDedicatedTest/sourceconsole.h @@ -87,4 +87,4 @@ public: CConsoleDialog* m_pConsole; }; -extern SourceInterface<CGameConsole>* g_SourceGameConsole;
\ No newline at end of file +extern SourceInterface<CGameConsole>* g_pSourceGameConsole;
\ No newline at end of file |