aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/cl_rcon.h
diff options
context:
space:
mode:
authorAmos <48657826+Mauler125@users.noreply.github.com>2022-03-04 02:26:59 +0100
committerAmos <48657826+Mauler125@users.noreply.github.com>2022-03-04 02:26:59 +0100
commit5fb1eee4725c7aa0002411eafbc0a1a94fa073b3 (patch)
treef6e1f58d74b1ae7508f612bbf41aba1e7473fb42 /NorthstarDedicatedTest/cl_rcon.h
parent60d1b4805f1e199d01229cc7f60dcc22ef9387b8 (diff)
downloadNorthstarLauncher-5fb1eee4725c7aa0002411eafbc0a1a94fa073b3.tar.gz
NorthstarLauncher-5fb1eee4725c7aa0002411eafbc0a1a94fa073b3.zip
Fix formatting
Diffstat (limited to 'NorthstarDedicatedTest/cl_rcon.h')
-rw-r--r--NorthstarDedicatedTest/cl_rcon.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/NorthstarDedicatedTest/cl_rcon.h b/NorthstarDedicatedTest/cl_rcon.h
index 956a9e22..e2b616b8 100644
--- a/NorthstarDedicatedTest/cl_rcon.h
+++ b/NorthstarDedicatedTest/cl_rcon.h
@@ -6,7 +6,7 @@
class CRConClient
{
-public:
+ public:
CRConClient(void){};
~CRConClient(void){};
@@ -31,12 +31,11 @@ public:
bool IsInitialized(void) const;
bool IsConnected(void) const;
-private:
+ private:
CNetAdr2* m_pNetAdr2 = new CNetAdr2("localhost", "37015");
CSocketCreator* m_pSocket = new CSocketCreator();
bool m_bInitialized = false;
bool m_bConnEstablished = false;
};
-void InitializeClientRcon(HMODULE baseAddress);
extern CRConClient* g_pRConClient; \ No newline at end of file