Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/graphics/importer/material.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/importer/material.h
r9685 r9715 24 24 class Material : public BaseObject 25 25 { 26 NewObjectListDeclaration(Material);26 ObjectListDeclaration(Material); 27 27 public: 28 28 Material (const std::string& mtlName = "");
Note: See TracChangeset
for help on using the changeset viewer.