summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/DumpMissions.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-04-05 20:50:15 +0200
committerAki <please@ignore.pl>2024-04-05 20:50:15 +0200
commitbeeacf69d68f366cbbc9701bb7dabd23a898c8c7 (patch)
tree5b19e6d9374b75b88e18173d56cd94af8bb64efc /StarsEx/DumpMissions.cpp
parent56f76f4d524ca12bef5c775da6e7282e8322a951 (diff)
downloadstarshatter-beeacf69d68f366cbbc9701bb7dabd23a898c8c7.zip
starshatter-beeacf69d68f366cbbc9701bb7dabd23a898c8c7.tar.gz
starshatter-beeacf69d68f366cbbc9701bb7dabd23a898c8c7.tar.bz2
dump_missions flag is in its own tu now
Diffstat (limited to 'StarsEx/DumpMissions.cpp')
-rw-r--r--StarsEx/DumpMissions.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/StarsEx/DumpMissions.cpp b/StarsEx/DumpMissions.cpp
new file mode 100644
index 0000000..d502d46
--- /dev/null
+++ b/StarsEx/DumpMissions.cpp
@@ -0,0 +1,10 @@
+/* Starshatter: The Open Source Project
+ Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors
+ Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors
+ Copyright (c) 1997-2006, Destroyer Studios LLC.
+*/
+
+#include "DumpMissions.h"
+
+
+int dump_missions = 0;