#include "players.h"
#include "display.h"
#include "mapwin.h"
#include "keywin.h"
#include "cpanel.h"
#include "playrwin.h"
#include "infowin.h"
Go to the source code of this file.
Compounds | |
class | UserInterface |
Variables | |
const int | PColor [6] |
const int | ID_QUIT = 0xFF |
const int | ID_SPY = 0xFE |
const int | ID_REFRESH = 0xFD |
const int | ID_LEGAL = 0xFC |
UserInterface | UI |
|
Definition at line 29 of file ui.h. Referenced by UserInterface::GetPlayerMove(), and CPanelWindow::Init(). |
|
Definition at line 26 of file ui.h. Referenced by UserInterface::GetPlayerMove(), and CPanelWindow::Init(). |
|
Definition at line 28 of file ui.h. Referenced by UserInterface::GetPlayerMove(), and CPanelWindow::Init(). |
|
Definition at line 27 of file ui.h. Referenced by UserInterface::GetPlayerMove(), and CPanelWindow::Init(). |
|
Initial value: {LIGHTCYAN, WHITE, LIGHTGREEN, LIGHTBLUE, YELLOW, MAGENTA} Definition at line 22 of file ui.h. Referenced by KeyWindow::Init(), PlayerSetup(), and UserInterface::UFWOOM(). |
|
|