Go to the documentation of this file.00001
00002 #ifndef AFX_VGUIMFCAPP_H__259D1B15_6A52_45B3_B335_8A7C78097A13__INCLUDED_
00003 #define AFX_VGUIMFCAPP_H__259D1B15_6A52_45B3_B335_8A7C78097A13__INCLUDED_
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #if _MSC_VER > 1000
00018 #pragma once
00019 #endif // _MSC_VER > 1000
00020
00021 #ifndef __AFXWIN_H__
00022 #error include 'StdAfx.h' before including this file for PCH
00023 #endif
00024
00025 #include "resource.h"
00026
00027
00028
00029
00030
00031 class vgui_mfc_app : public CWinApp
00032 {
00033 public:
00034 vgui_mfc_app();
00035
00036 virtual BOOL InitInstance();
00037 virtual BOOL Run();
00038 virtual BOOL OnIdle( LONG lcount );
00039 };
00040
00041
00042
00043
00044
00045
00046
00047 #endif // AFX_VGUIMFCAPP_H__259D1B15_6A52_45B3_B335_8A7C78097A13__INCLUDED_