From fb8b43dbce8bc310718614384297aeaabb9a3cbb Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 05 Jul 2004 01:53:09 +0000 Subject: initial commit into svn repository git-svn-id: http://svn.klever.net/kin/bigbrother/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'bigbrother.h') diff --git a/bigbrother.h b/bigbrother.h new file mode 100644 index 0000000..1c348dc --- a/dev/null +++ b/bigbrother.h @@ -0,0 +1,41 @@ +// BigBrother.h : main header file for the BIGBROTHER application +// + +#ifndef __AFXWIN_H__ + #error include 'stdafx.h' before including this file for PCH +#endif + +#include "resource.h" // main symbols + +///////////////////////////////////////////////////////////////////////////// +// CBigBrotherApp: +// See BigBrother.cpp for the implementation of this class +// + +class CBigBrotherApp : public CWinApp +{ +public: + BOOL m_bLoadMRUOnStartup; + CBigBrotherApp(); + +// Overrides + // ClassWizard generated virtual function overrides + //{{AFX_VIRTUAL(CBigBrotherApp) + public: + virtual BOOL InitInstance(); + virtual int ExitInstance(); + //}}AFX_VIRTUAL + +// Implementation + + //{{AFX_MSG(CBigBrotherApp) + afx_msg void OnAppAbout(); + afx_msg void OnUpdateFileAutoload(CCmdUI* pCmdUI); + afx_msg void OnFileAutoload(); + afx_msg void OnHelpLegend(); + //}}AFX_MSG + DECLARE_MESSAGE_MAP() +}; + + +///////////////////////////////////////////////////////////////////////////// -- cgit v0.9.0.2