core/vgui/impl/wx/vgui_wx_tag.cxx
Go to the documentation of this file.
00001 // This is core/vgui/impl/wx/vgui_wx_tag.cxx
00002 //=========================================================================
00003 //:
00004 // \file
00005 // \brief Implement tag function to allow the vgui_wx toolkit registration.
00006 //
00007 // See vgui_tag.h and vgui_register_all.cxx for details.
00008 //=========================================================================
00009 
00010 #include "vgui_wx.h"
00011 #include <vgui/vgui_tag.h>
00012 #include <vul/vul_trace.h>
00013 
00014 vgui_tag(wx) {
00015   vul_trace;
00016   vgui_wx::instance();
00017   vul_trace;
00018   return 0;
00019 }