Changeset 5511 in orxonox.OLD for trunk/src/world_entities/power_ups
- Timestamp:
- Nov 8, 2005, 11:19:09 PM (19 years ago)
- Location:
- trunk/src/world_entities/power_ups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/power_ups/laser_power_up.h
r5500 r5511 8 8 9 9 #include "power_up.h" 10 11 /* FORWARD DEFINITION */ 12 class Material; 10 13 11 14 class LaserPowerUp : public PowerUp { -
trunk/src/world_entities/power_ups/turret_power_up.h
r5500 r5511 8 8 9 9 #include "power_up.h" 10 11 /* FORWARD DEFINITION */ 12 class Material; 10 13 11 14 class TurretPowerUp : public PowerUp {
Note: See TracChangeset
for help on using the changeset viewer.