]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - contrib/bkgrnd2d/dialog.h
ok
[xonotic/netradiant.git] / contrib / bkgrnd2d / dialog.h
1 /*\r
2 Copyright (C) 2003 Reed Mideke.\r
3 \r
4 This file is part of GtkRadiant.\r
5 \r
6 GtkRadiant is free software; you can redistribute it and/or modify\r
7 it under the terms of the GNU General Public License as published by\r
8 the Free Software Foundation; either version 2 of the License, or\r
9 (at your option) any later version.\r
10 \r
11 GtkRadiant is distributed in the hope that it will be useful,\r
12 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
14 GNU General Public License for more details.\r
15 \r
16 You should have received a copy of the GNU General Public License\r
17 along with GtkRadiant; if not, write to the Free Software\r
18 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\r
19 */\r
20 \r
21 //\r
22 // bkgrnd2d Plugin dialog box\r
23 //\r
24 // Code by reyalP aka Reed Mideke\r
25 //\r
26 //\r
27 \r
28 #ifndef _BKGRND2D_DIALOG_H_\r
29 #define _BKGRND2D_DIALOG_H_\r
30 \r
31 void InitBackgroundDialog();\r
32 void ShowBackgroundDialog();\r
33 void ShowBackgroundDialogPG(int page);\r
34 \r
35 #endif // _BKGRND2D_DIALOG_H_\r