Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2816 in orxonox.OLD for orxonox/trunk/src/world.h


Ignore:
Timestamp:
Nov 11, 2004, 10:32:34 PM (21 years ago)
Author:
patrick
Message:

orxonox/trunk/src: new list implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world.h

    r2731 r2816  
    4949  bool system_command (Command* cmd);
    5050  Camera* getCamera();
    51   //private:
    5251
    5352  void spawn(WorldEntity* entity);
     53  void spawn(WorldEntity* entity, Location* loc);
     54  void spawn(WorldEntity* entity, Placement* plc);
    5455
    55   List<WorldEntity>* entities;
     56  List* entities;
    5657 
    5758  // base level data
Note: See TracChangeset for help on using the changeset viewer.