|
LI2 Roguelite
|

Functions | |
| void | initColor () |
| Initializes the color pairs. More... | |
| WINDOW * | initWindow (int *ncols, int *nrows) |
| Initializes the ncurses window. More... | |
| void initColor | ( | ) |
Initializes the color pairs.
Enables color and initializes the color pairs for the game.
| WINDOW* initWindow | ( | int * | ncols, |
| int * | nrows | ||
| ) |
Initializes the ncurses window.
Initializes the ncurses window with game settings, and sets up the color pairs, also saves the window size for later use.
| ncols | pointer to the number of columns |
| nrows | pointer to the number of rows |