core/vgui/vgui_slider_tableau_sptr.h
Go to the documentation of this file.
00001 #ifndef vgui_slider_tableau_sptr_h_
00002 #define vgui_slider_tableau_sptr_h_
00003 //:
00004 // \file
00005 // \author Amitha Perera
00006 // \date   Feb 2005
00007 // \brief  Smart-pointer to a vgui_slider_tableau tableau.
00008 
00009 #include <vgui/vgui_tableau_sptr.h>
00010 
00011 class vgui_slider_tableau;
00012 typedef vgui_tableau_sptr_t<vgui_slider_tableau> vgui_slider_tableau_sptr;
00013 
00014 #endif // vgui_slider_tableau_sptr_h_