00001 // This is core/vgui/impl/mfc/vgui_mfc_app_init.cxx 00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00003 #pragma implementation 00004 #endif 00005 // See vgui_mfc_app_init.h for a description of this file. 00006 // 00007 #include "vgui_mfc_app_init.h" 00008 00009 #include <vgui/impl/mfc/StdAfx.h> 00010 #include <vgui/impl/mfc/vgui_mfc_app.h> 00011 00012 00013 vgui_mfc_app_init::vgui_mfc_app_init() 00014 { 00015 p = new vgui_mfc_app; 00016 } 00017 00018 vgui_mfc_app_init::~vgui_mfc_app_init() 00019 { 00020 delete p; 00021 }