Changeset 10065 in orxonox.OLD for branches/camera/src/world_entities/test_entity.h
- Timestamp:
- Dec 13, 2006, 3:23:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camera/src/world_entities/test_entity.h
r10018 r10065 5 5 6 6 class TiXmlElement; 7 7 class Material; 8 8 9 9 class TestEntity : public WorldEntity 10 10 { 11 11 ObjectListDeclaration(TestEntity); 12 13 private: 14 15 Material* material; 12 16 13 17 public: … … 19 23 virtual void loadParams(const TiXmlElement* root); 20 24 21 25 void changeState (bool); 22 26 virtual void tick (float time); 23 27 virtual void draw() const;
Note: See TracChangeset
for help on using the changeset viewer.