/[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.7 by dheck, Sun Feb 2 18:20:49 2003 UTC revision 1.8 by dheck, Wed Feb 12 23:16:45 2003 UTC
# Line 266  namespace world Line 266  namespace world
266      class Stone : public TGridObject<GRID_STONES> {      class Stone : public TGridObject<GRID_STONES> {
267      public:      public:
268          Stone(const char *kind);          Stone(const char *kind);
269            ~Stone();
270    
271            // GridObject interface
272            virtual void           on_removal();
273    
274          // Stone interface          // Stone interface
275          virtual StoneResponse  collision_response(const StoneContact &sc);          virtual StoneResponse  collision_response(const StoneContact &sc);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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