core/vgui/impl/mfc/vgui_mfc_app_init.h
Go to the documentation of this file.
00001 // This is core/vgui/impl/mfc/vgui_mfc_app_init.h
00002 #ifndef vgui_mfc_app_init_h_
00003 #define vgui_mfc_app_init_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 // \file
00009 // \author  Oxford RRG
00010 // \brief   Initializes the MFC CWinApp object.
00011 
00012 class vgui_mfc_app;
00013 
00014 //: Initialize MFC CWinApp object.
00015 // Place an object of type vgui_mfc_app_init in your main program
00016 // in order to set up the MFC stuff;
00017 class vgui_mfc_app_init
00018 {
00019  public:
00020   vgui_mfc_app_init();
00021   ~vgui_mfc_app_init();
00022 
00023  protected:
00024   vgui_mfc_app* p;
00025 };
00026 
00027 #endif // vgui_mfc_app_init_h_