/[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.35 by dheck, Mon Jun 16 21:42:06 2003 UTC revision 1.36 by dheck, Wed Jun 18 00:58:26 2003 UTC
# Line 246  namespace world Line 246  namespace world
246          void dispose();          void dispose();
247          void message(const string& msg, const Value &val);          void message(const string& msg, const Value &val);
248    
   
249          // Floor interface          // Floor interface
250            virtual px::V2 process_mouseforce (Actor *a, px::V2 force);
251          virtual px::V2 get_force(Actor */*a*/) { return px::V2(); }          virtual px::V2 get_force(Actor */*a*/) { return px::V2(); }
252    
253          virtual void on_drop(Item* /*it*/) {}          virtual void on_drop(Item* /*it*/) {}
# Line 261  namespace world Line 261  namespace world
261          double mousefactor() const { return traits.mousefactor; }          double mousefactor() const { return traits.mousefactor; }
262      private:      private:
263          virtual void on_actorhit(Actor */*a*/) {}          virtual void on_actorhit(Actor */*a*/) {}
   
         long m_handles;  
264          FloorTraits traits;          FloorTraits traits;
265      };      };
266  }  }

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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