diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-27 22:02:25 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-27 22:02:25 +0200 |
commit | 6ccc4e36743485c50c58ec0f43d08181ba20958a (patch) | |
tree | 09de7f83dda7b2d856de21caaf2b25e73a15f45e /AnvilStats/Globals.cpp | |
parent | Made Anvil the default storage schema (diff) | |
download | cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar.gz cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar.bz2 cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar.lz cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar.xz cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar.zst cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.zip |
Diffstat (limited to 'AnvilStats/Globals.cpp')
-rw-r--r-- | AnvilStats/Globals.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/AnvilStats/Globals.cpp b/AnvilStats/Globals.cpp new file mode 100644 index 000000000..2c60fd698 --- /dev/null +++ b/AnvilStats/Globals.cpp @@ -0,0 +1,10 @@ +
+// Globals.cpp
+
+// This file is used for precompiled header generation in MSVC environments
+
+#include "Globals.h"
+
+
+
+
|