Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1858 in orxonox.OLD for orxonox/trunk/core/world.h


Ignore:
Timestamp:
May 5, 2004, 7:33:27 PM (21 years ago)
Author:
patrick
Message:

orxonox/trunk/core: world draw function

File:
1 edited

Legend:

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

    r1856 r1858  
    3030    npcList* next;
    3131    NPC* npc;
     32    int number;
    3233  };
    33   npcList* firstNPC;
     34  npcList* lastNPC;
    3435
    3536  bool addPlayer(Player* player);
     
    3940  bool removeNPC(NPC* npc);
    4041
     42
     43  void drawWorld(void);
     44  void updateWorld(void);
    4145  void testThaTest(void);
    4246
Note: See TracChangeset for help on using the changeset viewer.