core/vgui/impl/mfc/vgui_mfc_tag.cxx
Go to the documentation of this file.
00001 // This is core/vgui/impl/mfc/vgui_mfc_tag.cxx
00002 #include "vgui_mfc.h"
00003 //:
00004 // \file
00005 // \author  awf@robots.ox.ac.uk
00006 
00007 #include <vgui/vgui_tag.h>
00008 #include <vul/vul_trace.h>
00009 
00010 vgui_tag(mfc) {
00011   vul_trace;
00012   vgui_mfc::instance();
00013   vul_trace;
00014   return 0;
00015 }
00016