]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - tools/quake3/q3map2/game_t.h
transfer from internal tree r5311 branches/1.4-gpl
[xonotic/netradiant.git] / tools / quake3 / q3map2 / game_t.h
1 \r
2 /*\r
3 Copyright (C) 1999-2007 id Software, Inc. and contributors.\r
4 For a list of contributors, see the accompanying CONTRIBUTORS file.\r
5 \r
6 This file is part of GtkRadiant.\r
7 \r
8 GtkRadiant is free software; you can redistribute it and/or modify\r
9 it under the terms of the GNU General Public License as published by\r
10 the Free Software Foundation; either version 2 of the License, or\r
11 (at your option) any later version.\r
12 \r
13 GtkRadiant is distributed in the hope that it will be useful,\r
14 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
16 GNU General Public License for more details.\r
17 \r
18 You should have received a copy of the GNU General Public License\r
19 along with GtkRadiant; if not, write to the Free Software\r
20 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\r
21 */\r
22 \r
23 /* ydnar: for -game support */\r
24 typedef struct game_s\r
25 {\r
26         char            *arg;                   /* -game matches this */\r
27         char            *gamePath;              /* main game data dir */\r
28         char            *homeBasePath;  /* home sub-dir on unix */\r
29         char            *magic;                 /* magic word for figuring out base path */\r
30         qboolean        wolfLight;              /* when true, lights work like wolf q3map  */\r
31         int                     bspVersion;             /* BSP version to use */\r
32 }\r
33 game_t;\r
34 \r