Changeset 6021 in orxonox.OLD for branches/newModel/src/lib/graphics/importer/vertex_array_model.h
- Timestamp:
- Dec 10, 2005, 7:52:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newModel/src/lib/graphics/importer/vertex_array_model.h
r6012 r6021 7 7 #define _VERTEX_ARRAY_MODEL_H 8 8 9 #include " abstract_model.h"9 #include "model.h" 10 10 11 11 #include "glincl.h" … … 22 22 ///////////// 23 23 //! Class that handles 3D-Models. it can also read them in and display them. 24 class VertexArrayModel : public AbstractModel24 class VertexArrayModel : public Model 25 25 { 26 26 public:
Note: See TracChangeset
for help on using the changeset viewer.