Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/graphics/light.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/light.h
r9685 r9715 25 25 class Light : public PNode 26 26 { 27 NewObjectListDeclaration(Light);27 ObjectListDeclaration(Light); 28 28 public: 29 29 Light(const TiXmlElement* root = NULL); … … 89 89 class LightManager : public BaseObject 90 90 { 91 NewObjectListDeclaration(LightManager);91 ObjectListDeclaration(LightManager); 92 92 93 93 friend class Light;
Note: See TracChangeset
for help on using the changeset viewer.