Changeset 9685 in orxonox.OLD for branches/new_class_id/src/lib/graphics/effects/graphics_effect.h
- Timestamp:
- Aug 22, 2006, 1:16:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/effects/graphics_effect.h
r8495 r9685 13 13 //! A class that handles GraphicsEffects. The GraphicsEffectManager operates on this. 14 14 class GraphicsEffect : public BaseObject { 15 public: 15 NewObjectListDeclaration(GraphicsEffect); 16 public: 16 17 GraphicsEffect(const TiXmlElement* root = NULL); 17 18 virtual ~GraphicsEffect();
Note: See TracChangeset
for help on using the changeset viewer.