From beeacf69d68f366cbbc9701bb7dabd23a898c8c7 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 5 Apr 2024 20:50:15 +0200 Subject: dump_missions flag is in its own tu now --- StarsEx/DumpMissions.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 StarsEx/DumpMissions.h (limited to 'StarsEx/DumpMissions.h') diff --git a/StarsEx/DumpMissions.h b/StarsEx/DumpMissions.h new file mode 100644 index 0000000..41ad313 --- /dev/null +++ b/StarsEx/DumpMissions.h @@ -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. +*/ + +#pragma once + + +extern int dump_missions; -- cgit v1.1