Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk/core: world draw function

File:
1 edited

Legend:

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

    r1855 r1858  
    1010  ~NPC ();
    1111
     12  void drawNPC(void);
     13  void setPosition(int x, int y, int z);
     14  void getPosition(int* x, int* y, int* z);
     15
     16 private:
     17  /* position of the non player space craft */
     18
    1219  int npcType;
     20
     21  int xCor;
     22  int yCor;
     23  int zCor;
     24;
    1325
    1426};
Note: See TracChangeset for help on using the changeset viewer.