Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2006, 11:38:01 PM (17 years ago)
Author:
tfahrni
Message:

many AI changes but nothing new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ai/src/world_entities/npcs/npc_test.h

    r10045 r10112  
    44
    55#include "npc.h"
     6#include "ai_module.h"
    67
    78class AI;
    89class Shader;
     10class AIModule;
    911
    1012class NPC2 : public NPC {
     
    1719  virtual void tick(float dt);
    1820
    19  private:
    20 
     21        int team;
     22        int swarm;
     23        int difficulty;
     24        AIModule* aiModule;
    2125};
    2226
Note: See TracChangeset for help on using the changeset viewer.