diff options
author | Amos <48657826+Mauler125@users.noreply.github.com> | 2022-03-04 00:54:01 +0100 |
---|---|---|
committer | Amos <48657826+Mauler125@users.noreply.github.com> | 2022-03-04 00:54:01 +0100 |
commit | bc7375807af20ad9bb07efa14ed538fce2f9ea00 (patch) | |
tree | f78cfa2738ff40ed4473454c34e8b71632c4253c /NorthstarDedicatedTest/misccommands.cpp | |
parent | f108edc345d9709dbdc977578bf851b4b3aa0939 (diff) | |
download | NorthstarLauncher-bc7375807af20ad9bb07efa14ed538fce2f9ea00.tar.gz NorthstarLauncher-bc7375807af20ad9bb07efa14ed538fce2f9ea00.zip |
RCON implementation
* Full CNetAdr rewrite (protocol agnostic)
* Full CSocketCreator class rebuild (based on Valve's implementation)
* RCON implementation on server and client
* Misc cleanup
Diffstat (limited to 'NorthstarDedicatedTest/misccommands.cpp')
-rw-r--r-- | NorthstarDedicatedTest/misccommands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/misccommands.cpp b/NorthstarDedicatedTest/misccommands.cpp index 4a556fad..c3c9cd99 100644 --- a/NorthstarDedicatedTest/misccommands.cpp +++ b/NorthstarDedicatedTest/misccommands.cpp @@ -5,6 +5,7 @@ #include "masterserver.h" #include "serverauthentication.h" #include "squirrel.h" +#include "host_state.h" void ForceLoadMapCommand(const CCommand& arg) { |