Changeset 5434 in orxonox.OLD for trunk/src/world_entities/power_ups/power_up.h
- Timestamp:
- Oct 25, 2005, 11:38:46 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/power_ups/power_up.h
r5433 r5434 9 9 #include "world_entity.h" 10 10 11 class PowerUp : WorldEntity {11 class PowerUp : public WorldEntity { 12 12 13 13 public: 14 14 PowerUp (); 15 15 virtual ~PowerUp (); 16 16 void loadParam(const TiXmlElement* root); 17 17 }; 18 18
Note: See TracChangeset
for help on using the changeset viewer.