summaryrefslogtreecommitdiff
path: root/src/setup/mode.h
diff options
context:
space:
mode:
authorSimon Howard2008-11-27 19:45:58 +0000
committerSimon Howard2008-11-27 19:45:58 +0000
commita33d23591953d7fbb0041544f4bbe7b807654bb8 (patch)
tree62b537081481a4129ce92455246ea71046cad1d7 /src/setup/mode.h
parent2b5de0bafc1ebe347e08617de7595c1ea507c0b9 (diff)
downloadchocolate-doom-a33d23591953d7fbb0041544f4bbe7b807654bb8.tar.gz
chocolate-doom-a33d23591953d7fbb0041544f4bbe7b807654bb8.tar.bz2
chocolate-doom-a33d23591953d7fbb0041544f4bbe7b807654bb8.zip
Add -game command-line parameter to control what game to configure
settings for. Subversion-branch: /branches/raven-branch Subversion-revision: 1389
Diffstat (limited to 'src/setup/mode.h')
-rw-r--r--src/setup/mode.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/setup/mode.h b/src/setup/mode.h
new file mode 100644
index 00000000..c6d0dc66
--- /dev/null
+++ b/src/setup/mode.h
@@ -0,0 +1,33 @@
+// Emacs style mode select -*- C++ -*-
+//-----------------------------------------------------------------------------
+//
+// Copyright(C) 2008 Simon Howard
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// as published by the Free Software Foundation; either version 2
+// of the License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+// 02111-1307, USA.
+//
+
+#ifndef SETUP_MODE_H
+#define SETUP_MODE_H
+
+#include "d_mode.h"
+
+extern GameMission_t gamemission;
+
+void SetupMission(void);
+void InitBindings(void);
+
+#endif /* #ifndef SETUP_MODE_H */
+