core/vgui/vgui_text_tableau_sptr.h
Go to the documentation of this file.
00001 // This is core/vgui/vgui_text_tableau_sptr.h
00002 #ifndef vgui_text_tableau_sptr_h_
00003 #define vgui_text_tableau_sptr_h_
00004 //:
00005 // \file
00006 // \brief  Smart-pointer to a vgui_text_tableau.
00007 
00008 #include <vgui/vgui_tableau_sptr.h>
00009 
00010 class vgui_text_tableau;
00011 typedef vgui_tableau_sptr_t<vgui_text_tableau> vgui_text_tableau_sptr;
00012 
00013 #endif // vgui_text_tableau_sptr_h_