#include "typedefs.h"
Go to the source code of this file.
Compounds | |
struct | Move |
class | MoveList |
Typedefs | |
typedef enum mode | TokenType |
Variables | |
const byte | NTokenTypes = 3 |
const Move | NullMove |
const byte | TaxiMask = 0x01 |
const byte | BusMask = 0x02 |
const byte | SubwayMask = 0x04 |
|
Definition at line 22 of file moves.h. Referenced by Detective::Detective(), Spy::NumTokens(), Detective::NumTokens(), Player::NumTokens(), and Rules::StartingTokens(). |
|
Definition at line 61 of file moves.h. Referenced by UserInterface::RevealSpy(), UserInterface::ShowSpyMoves(), UserInterface::SpyTurn(), Detective::TakeTurn(), and UserInterface::TransPop(). |
|
Definition at line 23 of file moves.h. Referenced by Detective::Detective(). |
|
Definition at line 45 of file moves.h. Referenced by Player::ChooseMove(), UserInterface::NoLegalMoves(), Player::TakeTurn(), Spy::TakeTurn(), and Detective::TakeTurn(). |
|
Definition at line 62 of file moves.h. Referenced by UserInterface::RevealSpy(), UserInterface::ShowSpyMoves(), UserInterface::SpyTurn(), Detective::TakeTurn(), and UserInterface::TransPop(). |
|
Definition at line 60 of file moves.h. Referenced by UserInterface::ShowSpyMoves(), Detective::TakeTurn(), and UserInterface::TransPop(). |