Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 9:57:33 PM (19 years ago)
Author:
bensch
Message:

added attractor_mine

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/npcs/attractor_mine.h

    r9172 r9173  
    11
    2 #ifndef _NPC22_H
    3 #define _NPC2_H
     2#ifndef _ATTRACTOR_MINE_H
     3#define _ATTRACTOR_MINE_H
    44
    55#include "npc.h"
     
    88class Shader;
    99
    10 class NPC2 : public NPC {
     10class AttractorMine : public NPC {
    1111
    1212 public:
    13   NPC2 (const TiXmlElement* root);
    14   virtual ~NPC2 ();
     13  AttractorMine (const TiXmlElement* root);
     14  virtual ~AttractorMine ();
    1515
    1616  virtual void loadParams(const TiXmlElement* root);
     
    2828};
    2929
    30 #endif /* _NPC2_H */
     30#endif /* _ATTRACTOR_MINE_H */
Note: See TracChangeset for help on using the changeset viewer.