src/MoveCommand.h File Reference

The move commands. More...

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

Go to the source code of this file.

Typedefs

typedef enum _move_command move_command
 Defines the commands to be executed by Interactions for Worshipers.

Enumerations

enum  _move_command {
  MOVECMD_NOMOVE = 0, MOVECMD_NORTH, MOVECMD_SOUTH, MOVECMD_WEST,
  MOVECMD_EAST, MOVECMD_NORTHWEST, MOVECMD_NORTHEAST, MOVECMD_SOUTHWEST,
  MOVECMD_SOUTHEAST
}
 Defines the commands to be executed by Interactions for Worshipers. More...


Detailed Description

The move commands.

Author:
Émilien Girault, Léo Terziman
Date:
: feb 02 2008

Definition in file MoveCommand.h.


Enumeration Type Documentation

enum _move_command

Defines the commands to be executed by Interactions for Worshipers.

Enumerator:
MOVECMD_NOMOVE  Not moving
MOVECMD_NORTH  Moving to the north
MOVECMD_SOUTH  Moving to the south
MOVECMD_WEST  Moving to the west
MOVECMD_EAST  Moving to the east
MOVECMD_NORTHWEST  Moving to the north west
MOVECMD_NORTHEAST  Moving to the north east
MOVECMD_SOUTHWEST  Moving to the south west
MOVECMD_SOUTHEAST  Moving to the south east

Definition at line 38 of file MoveCommand.h.


Generated on Sat Feb 2 22:23:01 2008 for Teapot Colony Wars by  doxygen 1.5.4