diff options
author | madmaxoft <github@xoft.cz> | 2013-11-24 14:35:35 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-24 14:35:35 +0100 |
commit | dbb76ef9fefa90a1e24acc42ba0421980df89379 (patch) | |
tree | a1e980d5d55a5aa0ca250d247e760e120c3bf1e5 /Tools/RCONClient/Globals.cpp | |
parent | RCON server: Login failure gets sent to the client. (diff) | |
download | cuberite-dbb76ef9fefa90a1e24acc42ba0421980df89379.tar cuberite-dbb76ef9fefa90a1e24acc42ba0421980df89379.tar.gz cuberite-dbb76ef9fefa90a1e24acc42ba0421980df89379.tar.bz2 cuberite-dbb76ef9fefa90a1e24acc42ba0421980df89379.tar.lz cuberite-dbb76ef9fefa90a1e24acc42ba0421980df89379.tar.xz cuberite-dbb76ef9fefa90a1e24acc42ba0421980df89379.tar.zst cuberite-dbb76ef9fefa90a1e24acc42ba0421980df89379.zip |
Diffstat (limited to 'Tools/RCONClient/Globals.cpp')
-rw-r--r-- | Tools/RCONClient/Globals.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tools/RCONClient/Globals.cpp b/Tools/RCONClient/Globals.cpp new file mode 100644 index 000000000..13c6ae709 --- /dev/null +++ b/Tools/RCONClient/Globals.cpp @@ -0,0 +1,10 @@ + +// Globals.cpp + +// This file is used for precompiled header generation in MSVC environments + +#include "Globals.h" + + + + |