00001 // This is brl/bbas/bgui3d/bgui3d_tableau_sptr.h 00002 #ifndef bgui3d_tableau_sptr_h_ 00003 #define bgui3d_tableau_sptr_h_ 00004 //: 00005 // \file 00006 // \brief Smart-pointer to a bgui3d_tableau. 00007 00008 #include <vgui/vgui_tableau_sptr.h> 00009 00010 class bgui3d_tableau; 00011 typedef vgui_tableau_sptr_t<bgui3d_tableau> bgui3d_tableau_sptr; 00012 00013 #endif // bgui3d_tableau_sptr_h_