/[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.23 by reallysoft, Wed May 14 10:46:47 2003 UTC revision 1.24 by reallysoft, Sun May 18 13:29:31 2003 UTC
# Line 159  namespace world Line 159  namespace world
159      class GridObject : public Object, public display::ModelCallback {      class GridObject : public Object, public display::ModelCallback {
160      public:      public:
161          GridObject(const char * kind) : Object(kind) {}          GridObject(const char * kind) : Object(kind) {}
162            virtual ~GridObject() {}
163    
164          void creation(GridPos p) {          void creation(GridPos p) {
165              pos = p;              pos = p;
# Line 194  namespace world Line 195  namespace world
195      {      {
196      public:      public:
197          TGridObject(const char *kind) : GridObject(kind) {}          TGridObject(const char *kind) : GridObject(kind) {}
198            virtual ~TGridObject() {}
199    
200      protected:      protected:
201    
202          // GridObject interface          // GridObject interface

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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