core/vgui/vgui_font_sptr.h
Go to the documentation of this file.
00001 #ifndef vgui_font_sptr_h_
00002 #define vgui_font_sptr_h_
00003 
00004 #include <vbl/vbl_smart_ptr.h>
00005 
00006 class vgui_font;
00007 typedef vbl_smart_ptr<vgui_font> vgui_font_sptr;
00008 
00009 #endif // vgui_font_sptr_h_