#include <ncurses.h>
Definition at line 37 of file ncurses.h.
Public Member Functions | |
CursesIntf (WINDOW *win, Game &iGame) | |
~CursesIntf () | |
bool | isDying () const |
int | handleKey (int iKey) |
void | redraw (WINDOW *win) |
|
Definition at line 43 of file ncurses.cpp. |
|
Definition at line 51 of file ncurses.cpp. References GameFactory::Instance(), and GameFactory::releaseGame(). |
|
Definition at line 619 of file ncurses.cpp. References Game::kDUPLICATE, and Game::kTRAINING. Referenced by main(). |
|
Definition at line 45 of file ncurses.h. Referenced by main(). |
|
Definition at line 775 of file ncurses.cpp. References _, Game::kDUPLICATE, Game::kFREEGAME, Game::kJOKER, and Game::kTRAINING. Referenced by main(). |