CAiArena.h File Reference

Header file of the AI arena manager. More...

#include "CArena.h"

Include dependency graph for CAiArena.h:

This graph shows which files directly or indirectly include this file:


Classes

struct  SBlock
 Describes the coordinates of a block (used for dead ends' exits). More...
class  CAiArena

Defines

#define MAX_DEAD_END   50
 Maximum number of dead ends in the arena.

Enumerations

enum  EDanger { DANGER_MORTAL, DANGER_SOON, DANGER_NONE }
 Describe the type of danger on a block. More...

Detailed Description

Header file of the AI arena manager.


Define Documentation

#define MAX_DEAD_END   50

Maximum number of dead ends in the arena.


Enumeration Type Documentation

enum EDanger

Describe the type of danger on a block.

Enumerator:
DANGER_MORTAL  This block is currently mortal.
DANGER_SOON  This block will be mortal very soon.
DANGER_NONE  This block is not dangerous for the moment.


Generated on Sat Oct 18 12:26:38 2008 for Bombermaaan by  doxygen 1.5.5
Visit the Bombermaaan project page
SourceForge.net Logo