diff options
author | madmaxoft <github@xoft.cz> | 2014-02-13 11:47:20 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-02-13 16:54:39 +0100 |
commit | 05590fb91d7f4bd2178847cc56ae31699f09ddd2 (patch) | |
tree | f7248506d54f69875eba4ff8133f7c2f2497d1ba /Tools/MCADefrag/Globals.cpp | |
parent | Updated COMPILING instructions for out-of-source build. (diff) | |
download | cuberite-05590fb91d7f4bd2178847cc56ae31699f09ddd2.tar cuberite-05590fb91d7f4bd2178847cc56ae31699f09ddd2.tar.gz cuberite-05590fb91d7f4bd2178847cc56ae31699f09ddd2.tar.bz2 cuberite-05590fb91d7f4bd2178847cc56ae31699f09ddd2.tar.lz cuberite-05590fb91d7f4bd2178847cc56ae31699f09ddd2.tar.xz cuberite-05590fb91d7f4bd2178847cc56ae31699f09ddd2.tar.zst cuberite-05590fb91d7f4bd2178847cc56ae31699f09ddd2.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/MCADefrag/Globals.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tools/MCADefrag/Globals.cpp b/Tools/MCADefrag/Globals.cpp new file mode 100644 index 000000000..13c6ae709 --- /dev/null +++ b/Tools/MCADefrag/Globals.cpp @@ -0,0 +1,10 @@ + +// Globals.cpp + +// This file is used for precompiled header generation in MSVC environments + +#include "Globals.h" + + + + |