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

Diff of /enigma/src/world.hh

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

revision 1.23 by dheck, Thu Jun 12 11:01:02 2003 UTC revision 1.24 by reallysoft, Mon Jun 16 18:41:40 2003 UTC
# Line 74  namespace world Line 74  namespace world
74          Direction  dir;          Direction  dir;
75    
76          Impulse(Object *sender_, const GridPos& dest_, Direction dir_)          Impulse(Object *sender_, const GridPos& dest_, Direction dir_)
77          :  sender(sender_), dest(dest_), dir(dir_)          :  sender(sender_), dest(dest_), dir(dir_)
78          {}          {}
79      };      };
80    
# Line 159  namespace world Line 159  namespace world
159        loading the world to force laser beams to be recalculated        loading the world to force laser beams to be recalculated
160        etc. */        etc. */
161      bool InitWorld();      bool InitWorld();
162        void InitLayers();
163    
164      void Tick(double dtime);      void Tick(double dtime);
165    

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