/[enigma]/enigma/src/items.cc
ViewVC logotype

Diff of /enigma/src/items.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by reallysoft, Wed Jul 9 07:00:07 2003 UTC revision 1.72 by dheck, Sat Jul 12 10:04:47 2003 UTC
# Line 262  namespace Line 262  namespace
262          enum Type { HILL, HOLLOW, TINYHILL, TINYHOLLOW };          enum Type { HILL, HOLLOW, TINYHILL, TINYHOLLOW };
263    
264          HillHollow(const char *name, Type t);          HillHollow(const char *name, Type t);
         virtual ~HillHollow() {}  
265    
266          void transmute(Type newtype);          void transmute(Type newtype);
267          V2 vec_to_center (V2 v);          V2 vec_to_center (V2 v);
# Line 734  namespace { Line 733  namespace {
733      class Bomb : public Item {      class Bomb : public Item {
734      public:      public:
735          Bomb(const char *kind) : Item(kind), m_burning(false) {}          Bomb(const char *kind) : Item(kind), m_burning(false) {}
         virtual ~Bomb() {}  
736    
737      protected:      protected:
738          virtual void message(const string &msg, const Value &) {          virtual void message(const string &msg, const Value &) {

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26