Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 6, 2004, 10:50:39 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: play the square - its possible now…

File:
1 edited

Legend:

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

    r1858 r1872  
     1
     2
     3
     4#ifndef WORLD_H
     5#define WORLD_H
    16
    27#include "npc.h"
    38#include "player.h"
    49#include "stdincl.h"
    5 
    6 #ifndef WORLD_H
    7 #define WORLD_H
    8 
    910
    1011class World {
     
    1516
    1617  /* for easier use: map the first two player here */
     18  Player *localPlayer;
    1719  Player *player1;
    1820  Player *player2;
     
    3638  bool addPlayer(Player* player);
    3739  bool removePlayer(Player* player);
     40  Player* getLocalPlayer();
    3841
    3942  bool addNPC(NPC* npc);
Note: See TracChangeset for help on using the changeset viewer.