home *** CD-ROM | disk | FTP | other *** search
- // rtab_sam.h : main header file for the RTAB_SAM application
- //
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CRtab_samApp:
- // See rtab_sam.cpp for the implementation of this class
- //
-
- class CRtab_samApp : public CWinApp
- {
- public:
- CRtab_samApp();
-
- // Overrides
- virtual BOOL InitInstance();
- virtual int ExitInstance();
-
- // Implementation
-
- //{{AFX_MSG(CRtab_samApp)
- 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()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-