1 #ifndef bgui_vsol_camera_tableau_sptr_h_
2 #define bgui_vsol_camera_tableau_sptr_h_
3 
4 #include <vgui/vgui_tableau_sptr.h>
5 
6 class bgui_vsol_camera_tableau;
7 typedef vgui_tableau_sptr_t<bgui_vsol_camera_tableau> bgui_vsol_camera_tableau_sptr;
8 
9 #endif
10