#include "config.h"
#include <ctype.h>
#include <fstream>
#include "ncurses.h"
#include "dic.h"
#include "dic_search.h"
#include "game_factory.h"
#include "training.h"
#include "duplicate.h"
#include "freegame.h"
#include "player.h"
Go to the source code of this file.
Defines | |
#define | _(String) String |
Functions | |
int | main (int argc, char **argv) |
|
Definition at line 25 of file ncurses.cpp. Referenced by CursesIntf::redraw(). |
|
Definition at line 817 of file ncurses.cpp. References GameFactory::createFromCmdLine(), CursesIntf::handleKey(), GameFactory::Instance(), CursesIntf::isDying(), CursesIntf::redraw(), and Game::start(). |