From a33d23591953d7fbb0041544f4bbe7b807654bb8 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 27 Nov 2008 19:45:58 +0000 Subject: Add -game command-line parameter to control what game to configure settings for. Subversion-branch: /branches/raven-branch Subversion-revision: 1389 --- src/setup/mode.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/setup/mode.h (limited to 'src/setup/mode.h') 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 */ + -- cgit v1.2.3