00001 // This is brl/bbas/bgui/bgui_selector_tableau_sptr.h 00002 #ifndef bgui_selector_tableau_sptr_h_ 00003 #define bgui_selector_tableau_sptr_h_ 00004 //: 00005 // \file 00006 // \author Matthew Leotta (mleotta@lems.brown.edu) 00007 // \brief Smart-pointer to a bgui_selector_tableau tableau. 00008 00009 #include <vgui/vgui_tableau_sptr.h> 00010 00011 class bgui_selector_tableau; 00012 typedef vgui_tableau_sptr_t<bgui_selector_tableau> bgui_selector_tableau_sptr; 00013 00014 #endif // bgui_selector_tableau_sptr_h_
1.7.5.1