Agent.h File Reference

a basic Agent class which contains all the User and Artificial Intelligent Agents More...

#include <Python.h>
#include <ngl/Vec3.h>
#include <ngl/TransformStack.h>
#include <ngl/Camera.h>
#include <string>
#include "Brain.h"
#include "Environment.h"
#include "Models.h"
#include "Ammo.h"
#include <stack>
#include <queue>
#include "AIagent.h"
#include "UserAgent.h"
#include "Army.h"
Include dependency graph for Agent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Agent
 our agents and its basic atrributes put in this file More...

Enumerations

enum  Player { red, blue, ball }

Detailed Description

a basic Agent class which contains all the User and Artificial Intelligent Agents

Author:
Sai Raghunandan
Version:
1.0
Date:
12/08/13

Definition in file Agent.h.


Enumeration Type Documentation

enum Player
Enumerator:
red 
blue 
ball 

Definition at line 34 of file Agent.h.

00034 {red,blue,ball};


Generated on 16 Aug 2013 for Multi-AgentSystem by  doxygen 1.6.1