diff options
Diffstat (limited to '')
-rw-r--r-- | Tools/ToLuaDoxy/Globals.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tools/ToLuaDoxy/Globals.cpp b/Tools/ToLuaDoxy/Globals.cpp new file mode 100644 index 000000000..31440fd44 --- /dev/null +++ b/Tools/ToLuaDoxy/Globals.cpp @@ -0,0 +1,10 @@ +
+// Globals.cpp
+
+// Used for precompiled header generation in MSVC
+
+#include "Globals.h"
+
+
+
+
|