Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 31, 2004, 11:42:10 PM (20 years ago)
Author:
patrick
Message:

blitz article

File:
1 edited

Legend:

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

    r1899 r1904  
    55/* openGL Headers */
    66#include <GL/glut.h>
     7
     8#include "ai.h"
     9#include "data_tank.h"
    710
    811class NPC {
     
    2225  void setPosition(float x, float y, float z);
    2326  void getPosition(float* x, float* y, float* z);
     27  void addAI(AI* ai);
    2428  void setCollisionRadius(float r);
    2529  float getCollisionRadius();
Note: See TracChangeset for help on using the changeset viewer.