Visualize.h
Go to the documentation of this file.00001
00002
00003
00004 #include "stdafx.h"
00005
00006 #ifndef __AFXWIN_H__
00007 #error include 'stdafx.h' before including this file for PCH
00008 #endif
00009
00010 #ifndef _CVisualizeApp_H__
00011 #define _CVisualizeApp_H__
00012
00013 #include "hc.h"
00014 #include "CHoopsApp.h"
00015
00016
00017 class HDB;
00018
00019
00021
00022
00023
00024
00025 class CVisualizeApp : public CHoopsApp
00026 {
00027
00028 protected:
00029
00030
00031
00032 public:
00033 CVisualizeApp();
00034
00035
00036
00037
00038
00039
00040 public:
00041 virtual BOOL InitInstance();
00042 virtual int ExitInstance();
00043
00044
00045
00046
00047
00048 afx_msg void OnAppAbout();
00049
00050 DECLARE_MESSAGE_MAP()
00051 };
00052
00053 #endif // _CVisualizeApp_H__