/[enigma]/enigma/src/objects.hh
ViewVC logotype

Diff of /enigma/src/objects.hh

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

revision 1.18 by reallysoft, Thu May 8 00:03:59 2003 UTC revision 1.19 by reallysoft, Fri May 9 10:50:46 2003 UTC
# Line 123  namespace world Line 123  namespace world
123          virtual void dispose()=0;          virtual void dispose()=0;
124    
125          virtual const ObjectTraits *get_traits() const { return 0; }          virtual const ObjectTraits *get_traits() const { return 0; }
126            virtual void log(const char *format, ...) const;
127      private:      private:
128          typedef px::AssocList<std::string, Value> AttribMap;          typedef px::AssocList<std::string, Value> AttribMap;
129          AttribMap attribs;          AttribMap                                 attribs;
130      };      };
131  }  }
132    
# Line 155  namespace world Line 156  namespace world
156          GridPos get_pos() const { return pos; }          GridPos get_pos() const { return pos; }
157          void play_sound(const char *name);          void play_sound(const char *name);
158    
159            void log(const char *format, ...) const;
160    
161      private:      private:
162          // ModelCallback interface.          // ModelCallback interface.
163          void animcb() {}          void animcb() {}

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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