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

Diff of /enigma/src/world.cc

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

revision 1.25 by dheck, Thu May 8 18:59:04 2003 UTC revision 1.26 by dheck, Sat May 10 23:52:18 2003 UTC
# Line 17  Line 17 
17   *   *
18   * $Id$   * $Id$
19   */   */
 #include "actors.hh"  
20  #include "world.hh"  #include "world.hh"
21  #include "objects.hh"  #include "objects.hh"
22    #include "actors.hh"
23  #include "items.hh"  #include "items.hh"
24  #include "laser.hh"  #include "laser.hh"
25    #include "stones.hh"
26  #include "display.hh"  #include "display.hh"
27  #include "player.hh"  #include "player.hh"
28  #include "sound.hh"  #include "sound.hh"
# Line 1259  world::Init() Line 1260  world::Init()
1260      actors::Init();      actors::Init();
1261      laser::Init();      laser::Init();
1262      items::Init();      items::Init();
1263        stones::Init();
1264  }  }

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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