Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7370 in orxonox.OLD for trunk/src/story_entities/game_world.h


Ignore:
Timestamp:
Apr 26, 2006, 1:31:01 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: drawLists/tickLists are used, and made some TiXmlElement to const TiXmlElement, also fixed some bugs in the loadWorldEntities-functions from Gameworld and SipleGameMenu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.h

    r7368 r7370  
    6363    virtual void synchronize();
    6464    virtual void handleInput();
    65     virtual void tick(std::list<WorldEntity*> worldEntity, float dt);
     65    virtual void tick(ObjectManager::EntityList worldEntity, float dt);
    6666    virtual void tick();
    6767    virtual void update();
    6868    virtual void collide();
     69
     70    void drawEntityList(const ObjectManager::EntityList& drawList ) const;
    6971    virtual void draw();
    7072    virtual void display();
Note: See TracChangeset for help on using the changeset viewer.