]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/dialogs/AboutDialog.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / contrib / bobtoolz / dialogs / AboutDialog.h
index 64b4eb2cf3ccf4da5d5eda422673907136b398fe..253e8a7ce01dc95454837c4dfb876359de06ba16 100644 (file)
 /////////////////////////////////////////////////////////////////////////////
 // CAboutDialog dialog
 
-class CAboutDialog : public CDialog
-{
+class CAboutDialog : public CDialog {
 // Construction
 public:
-CAboutDialog( CWnd* pParent = NULL );     // standard constructor
+    CAboutDialog(CWnd *pParent = NULL);     // standard constructor
 
 // Dialog Data
 //{{AFX_DATA(CAboutDialog)
-enum { IDD = IDD_ABOUT };
+    enum { IDD = IDD_ABOUT };
 //}}AFX_DATA
 
 
@@ -45,7 +44,7 @@ enum { IDD = IDD_ABOUT };
 // ClassWizard generated virtual function overrides
 //{{AFX_VIRTUAL(CAboutDialog)
 protected:
-virtual void DoDataExchange( CDataExchange* pDX );      // DDX/DDV support
+    virtual void DoDataExchange(CDataExchange *pDX);      // DDX/DDV support
 //}}AFX_VIRTUAL
 
 // Implementation
@@ -55,7 +54,7 @@ protected:
 //{{AFX_MSG(CAboutDialog)
 // NOTE: the ClassWizard will add member functions here
 //}}AFX_MSG
-DECLARE_MESSAGE_MAP()
+    DECLARE_MESSAGE_MAP()
 };
 
 //{{AFX_INSERT_LOCATION}}