]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - contrib/bobtoolz/dialogs/AboutDialog.h
Merge branch 'fix-fast' into 'master'
[xonotic/netradiant.git] / contrib / bobtoolz / dialogs / AboutDialog.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 #if !defined( AFX_ABOUTDIALOG_H__3BA55F71_1D27_11D3_BC7B_F7EFD9765E37__INCLUDED_ )
21 #define AFX_ABOUTDIALOG_H__3BA55F71_1D27_11D3_BC7B_F7EFD9765E37__INCLUDED_
22
23 #if _MSC_VER >= 1000
24 #pragma once
25 #endif // _MSC_VER >= 1000
26 // AboutDialog.h : header file
27 //
28
29 /////////////////////////////////////////////////////////////////////////////
30 // CAboutDialog dialog
31
32 class CAboutDialog : public CDialog {
33 // Construction
34 public:
35     CAboutDialog(CWnd *pParent = NULL);     // standard constructor
36
37 // Dialog Data
38 //{{AFX_DATA(CAboutDialog)
39     enum { IDD = IDD_ABOUT };
40 //}}AFX_DATA
41
42
43 // Overrides
44 // ClassWizard generated virtual function overrides
45 //{{AFX_VIRTUAL(CAboutDialog)
46 protected:
47     virtual void DoDataExchange(CDataExchange *pDX);      // DDX/DDV support
48 //}}AFX_VIRTUAL
49
50 // Implementation
51 protected:
52
53 // Generated message map functions
54 //{{AFX_MSG(CAboutDialog)
55 // NOTE: the ClassWizard will add member functions here
56 //}}AFX_MSG
57     DECLARE_MESSAGE_MAP()
58 };
59
60 //{{AFX_INSERT_LOCATION}}
61 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
62
63 #endif // !defined(AFX_ABOUTDIALOG_H__3BA55F71_1D27_11D3_BC7B_F7EFD9765E37__INCLUDED_)