contrib/brl/bbas/bgui/bgui_vtol2D_tableau_sptr.h
Go to the documentation of this file.
00001 #ifndef bgui_vtol2D_tableau_sptr_h_
00002 #define bgui_vtol2D_tableau_sptr_h_
00003 
00004 #include <vgui/vgui_tableau_sptr.h>
00005 
00006 class bgui_vtol2D_tableau;
00007 typedef vgui_tableau_sptr_t<bgui_vtol2D_tableau> bgui_vtol2D_tableau_sptr;
00008 
00009 #endif