Changeset 5681 in orxonox.OLD for branches/world_entities
- Timestamp:
- Nov 21, 2005, 10:20:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/world_entities/weapons/ground_turret.h
r5679 r5681 7 7 #define _GROUND_TURRET_H 8 8 9 #include " weapon.h"9 #include "npc.h" 10 10 11 11 //! A Class to ... 12 class GroundTurret : public Weapon12 class GroundTurret : public NPC 13 13 { 14 14
Note: See TracChangeset
for help on using the changeset viewer.