]> git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/surface_quake2/surfaceflagsdialog_quake2.h
04e745f22b9b1d6d11f6059208e4dbf8c2bd8dc1
[xonotic/netradiant.git] / plugins / surface_quake2 / surfaceflagsdialog_quake2.h
1 /*\r
2 Copyright (C) 1999-2007 id Software, Inc. and contributors.\r
3 For a list of contributors, see the accompanying CONTRIBUTORS file.\r
4 \r
5 This file is part of GtkRadiant.\r
6 \r
7 GtkRadiant is free software; you can redistribute it and/or modify\r
8 it under the terms of the GNU General Public License as published by\r
9 the Free Software Foundation; either version 2 of the License, or\r
10 (at your option) any later version.\r
11 \r
12 GtkRadiant is distributed in the hope that it will be useful,\r
13 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
15 GNU General Public License for more details.\r
16 \r
17 You should have received a copy of the GNU General Public License\r
18 along with GtkRadiant; if not, write to the Free Software\r
19 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\r
20 */\r
21 \r
22 #ifndef _SURFACEFLAGSDIALOG_QUAKE2_H\r
23   #define _SURFACEFLAGSDIALOG_QUAKE2_H\r
24 \r
25 \r
26 #define QUAKE2_SURF_LIGHT              0x1\r
27 #define QUAKE2_SURF_SLICK              0x2\r
28 #define QUAKE2_SURF_SKY                0x4\r
29 #define QUAKE2_SURF_WARP               0x8\r
30 #define QUAKE2_SURF_TRANS33     0x10\r
31 #define QUAKE2_SURF_TRANS66     0x20\r
32 #define QUAKE2_SURF_FLOWING     0x40\r
33 #define QUAKE2_SURF_NODRAW             0x80\r
34 #define QUAKE2_SURF_HINT               0x100\r
35 #define QUAKE2_SURF_SKIP               0x200\r
36 \r
37 \r
38 #define QUAKE2_CONTENTS_SOLID           0x1\r
39 #define QUAKE2_CONTENTS_WINDOW          0x2\r
40 #define QUAKE2_CONTENTS_AUX             0x4\r
41 #define QUAKE2_CONTENTS_LAVA            0x8\r
42 #define QUAKE2_CONTENTS_SLIME           0x10\r
43 #define QUAKE2_CONTENTS_WATER           0x20\r
44 #define QUAKE2_CONTENTS_MIST            0x40\r
45 \r
46 #define QUAKE2_CONTENTS_AREAPORTAL      0x8000\r
47 #define QUAKE2_CONTENTS_PLAYERCLIP      0x10000\r
48 #define QUAKE2_CONTENTS_MONSTERCLIP    0x20000\r
49 #define QUAKE2_CONTENTS_CURRENT_0       0x40000\r
50 #define QUAKE2_CONTENTS_CURRENT_90      0x80000\r
51 #define QUAKE2_CONTENTS_CURRENT_180     0x100000\r
52 #define QUAKE2_CONTENTS_CURRENT_270     0x200000\r
53 #define QUAKE2_CONTENTS_CURRENT_UP      0x400000\r
54 #define QUAKE2_CONTENTS_CURRENT_DOWN    0x800000\r
55 #define QUAKE2_CONTENTS_ORIGIN          0x1000000\r
56 \r
57 #define QUAKE2_CONTENTS_DETAIL          0x8000000\r
58 #define QUAKE2_CONTENTS_TRANSLUCENT     0x10000000\r
59 #define QUAKE2_CONTENTS_LADDER          0x20000000\r
60 /*\r
61 extern GtkWidget *notebook1;\r
62 \r
63 extern  GtkWidget *surface_lightbutton;\r
64 extern  GtkWidget *surface_slickbutton;\r
65 extern  GtkWidget *surface_skybutton;\r
66 extern  GtkWidget *surface_warpbutton;\r
67 extern  GtkWidget *surface_trans33button;\r
68 extern  GtkWidget *surface_trans66button;\r
69 extern  GtkWidget *surface_flowingbutton;\r
70 extern  GtkWidget *surface_nodrawbutton;\r
71 extern  GtkWidget *surface_hintbutton;\r
72 extern  GtkWidget *surface_skipbutton;\r
73 \r
74 extern GtkWidget *content_solidbutton;\r
75 extern GtkWidget *content_windowbutton;\r
76 extern GtkWidget *content_auxbutton;\r
77 extern GtkWidget *content_lavabutton;\r
78 extern GtkWidget *content_slimebutton;\r
79 extern GtkWidget *content_waterbutton;\r
80 extern GtkWidget *content_mistbutton;\r
81 extern GtkWidget *content_areaportalbutton;\r
82 extern GtkWidget *content_playerclipbutton;\r
83 extern GtkWidget *content_monsterclipbutton;\r
84 extern GtkWidget *content_current0button;\r
85 extern GtkWidget *content_current90button;\r
86 extern GtkWidget *content_current180button;\r
87 extern GtkWidget *content_current270button;\r
88 extern GtkWidget *content_currentUPbutton;\r
89 extern GtkWidget *content_currentDOWNbutton;\r
90 extern GtkWidget *content_originbutton;\r
91 extern GtkWidget *content_detailbutton;\r
92 extern GtkWidget *content_translucentbutton;\r
93 extern GtkWidget *content_ladderbutton;\r
94 \r
95 extern  GtkWidget *surfacebutton;\r
96 extern  GtkWidget *contentbutton;\r
97 \r
98 extern  GtkWidget *value_entry;\r
99 extern  gboolean setup_buttons;\r
100 \r
101 extern  int working_surface_flags;\r
102 extern  int surface_mask;\r
103 extern  int working_content_flags;\r
104 extern  int content_mask;\r
105 extern  int working_value;\r
106 */\r
107 \r
108 #endif // _SURFACEFLAGSDIALOG_QUAKE2_H\r