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