]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - contrib/bobtoolz/bobToolz.h
Merge branch 'msys2thread' into 'master'
[xonotic/netradiant.git] / contrib / bobtoolz / bobToolz.h
1 /*
2    BobToolz plugin for GtkRadiant
3    Copyright (C) 2001 Gordon Biggans
4
5    This library is free software; you can redistribute it and/or
6    modify it under the terms of the GNU Lesser General Public
7    License as published by the Free Software Foundation; either
8    version 2.1 of the License, or (at your option) any later version.
9
10    This library is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13    Lesser General Public License for more details.
14
15    You should have received a copy of the GNU Lesser General Public
16    License along with this library; if not, write to the Free Software
17    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  */
19
20 // plugin.h : main header file for the PLUGIN DLL
21 //
22
23 #if !defined( AFX_PLUGIN_H__3BA55F6A_1D27_11D3_BC7B_F7EFD9765E37__INCLUDED_ )
24 #define AFX_PLUGIN_H__3BA55F6A_1D27_11D3_BC7B_F7EFD9765E37__INCLUDED_
25
26 #if _MSC_VER >= 1000
27 #pragma once
28 #endif // _MSC_VER >= 1000
29
30 #ifndef __AFXWIN_H__
31         #error include 'StdAfx.h' before including this file for PCH
32 #endif
33
34 #include "resource.h"       // main symbols
35
36 /////////////////////////////////////////////////////////////////////////////
37 // CPluginApp
38 // See plugin.cpp for the implementation of this class
39 //
40
41 class CPluginApp : public CWinApp
42 {
43 public:
44 CPluginApp();
45
46 // Overrides
47 // ClassWizard generated virtual function overrides
48 //{{AFX_VIRTUAL(CPluginApp)
49 //}}AFX_VIRTUAL
50
51 //{{AFX_MSG(CPluginApp)
52 // NOTE - the ClassWizard will add and remove member functions here.
53 //    DO NOT EDIT what you see in these blocks of generated code !
54 //}}AFX_MSG
55 DECLARE_MESSAGE_MAP()
56 };
57
58
59 /////////////////////////////////////////////////////////////////////////////
60
61 //{{AFX_INSERT_LOCATION}}
62 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
63
64 #endif // !defined(AFX_PLUGIN_H__3BA55F6A_1D27_11D3_BC7B_F7EFD9765E37__INCLUDED_)