#include "ui.h"
#include <stdio.h>
#include <dos.h>
#include <assert.h>
#include "errwin.h"
#include "msgwin.h"
#include "rules.h"
Go to the source code of this file.
Variables | |
const int | NLines = 5 |
char * | AwayNow [] = {"We go away now.", ""} |
char * | SpyMove [] |
|
Definition at line 52 of file ui.c. Referenced by UserInterface::GetPlayerMove(). |
|
Definition at line 18 of file ui.c. Referenced by UserInterface::AnnounceWin(), and UserInterface::SpyTurn(). |
|
Initial value: {"Spy is about to move.", "Promise not to look at my Bum!?", "" } Definition at line 53 of file ui.c. Referenced by UserInterface::GetPlayerMove(). |