// LabRat.h : main header file for the LabRat application // #if !defined (LabRat_H) # define LabRat_H #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "LabRat.h" #include "style.hpp" #include "MainFrm.h" #include "ChildFrm.h" #include "LabRatDoc.h" #include "LabRatView.h" #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CLabRatApp: // See LabRat.cpp for the implementation of this class // class CLabRatApp : public CWinApp { public: CLabRatApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLabRatApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CLabRatApp) afx_msg void OnAppAbout(); // NOTE - the ClassWizard will add and remove member functions here. // DO NOT EDIT what you see in these blocks of generated code ! //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #endif /////////////////////////////////////////////////////////////////////////////