1 #ifndef GL13_TYPES_H_INCLUDED
2 #define GL13_TYPES_H_INCLUDED
32 typedef boost::shared_ptr<GL13> GL13_p;
33 typedef boost::shared_ptr<const GL13> GL13_c;
35 class GL13_Display_List;
36 typedef boost::shared_ptr<GL13_Display_List> GL13_Display_List_p;
37 typedef boost::shared_ptr<const GL13_Display_List> GL13_Display_List_c;
40 typedef boost::shared_ptr<GL13_Texture> GL13_Texture_p;
41 typedef boost::shared_ptr<const GL13_Texture> GL13_Texture_c;
44 typedef boost::shared_ptr<GL13_Pose> GL13_Pose_p;
45 typedef boost::shared_ptr<const GL13_Pose> GL13_Pose_c;
71 #endif // GL13_TYPES_H_INCLUDED