Changeset 9173 in orxonox.OLD for branches/presentation/src/world_entities/npcs/attractor_mine.h
- Timestamp:
- Jul 4, 2006, 9:57:33 PM (19 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/npcs/attractor_mine.h
r9172 r9173 1 1 2 #ifndef _ NPC22_H3 #define _ NPC2_H2 #ifndef _ATTRACTOR_MINE_H 3 #define _ATTRACTOR_MINE_H 4 4 5 5 #include "npc.h" … … 8 8 class Shader; 9 9 10 class NPC2: public NPC {10 class AttractorMine : public NPC { 11 11 12 12 public: 13 NPC2(const TiXmlElement* root);14 virtual ~ NPC2();13 AttractorMine (const TiXmlElement* root); 14 virtual ~AttractorMine (); 15 15 16 16 virtual void loadParams(const TiXmlElement* root); … … 28 28 }; 29 29 30 #endif /* _ NPC2_H */30 #endif /* _ATTRACTOR_MINE_H */
Note: See TracChangeset
for help on using the changeset viewer.