contrib/brl/bbas/bgui/bgui_image_tableau_sptr.h
Go to the documentation of this file.
00001 #ifndef bgui_image_tableau_sptr_h_
00002 #define bgui_image_tableau_sptr_h_
00003 /*
00004   fsm
00005 */
00006 // .NAME    bgui_image_tableau_sptr
00007 // .INCLUDE bgui/bgui_image_tableau_sptr.h
00008 // .FILE    bgui_image_tableau_sptr.cxx
00009 
00010 #include <vgui/vgui_tableau_sptr.h>
00011 
00012 class bgui_image_tableau;
00013 typedef vgui_tableau_sptr_t<bgui_image_tableau, vgui_tableau_sptr> bgui_image_tableau_sptr;
00014 
00015 #endif // bgui_image_tableau_sptr_h_