contrib/brl/bbas/bgui/bgui_bargraph_clipon_tableau_sptr.h
Go to the documentation of this file.
00001 #ifndef bgui_bargraph_clipon_tableau_sptr_h_
00002 #define bgui_bargraph_clipon_tableau_sptr_h_
00003 
00004 #include <vbl/vbl_smart_ptr.h>
00005 
00006 class bgui_bargraph_clipon_tableau;
00007 typedef vbl_smart_ptr<bgui_bargraph_clipon_tableau> bgui_bargraph_clipon_tableau_sptr;
00008 
00009 #endif