Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/graphics/effects/graphics_effect.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/effects/graphics_effect.h
r9685 r9715 13 13 //! A class that handles GraphicsEffects. The GraphicsEffectManager operates on this. 14 14 class GraphicsEffect : public BaseObject { 15 NewObjectListDeclaration(GraphicsEffect);15 ObjectListDeclaration(GraphicsEffect); 16 16 public: 17 17 GraphicsEffect(const TiXmlElement* root = NULL);
Note: See TracChangeset
for help on using the changeset viewer.