11#define COLOR_FG_RGB 255, 255, 255
12#define COLOR_BG_RGB 0, 0, 0
15extern struct notcurses* nc;
16extern struct ncplane* stdplane;
Exposes functions for working with the database.
void loot_mode_state()
Handles the loot mode state of the game.
void run_game()
Starts the game loop.
void inventory_mode_state()
Handles the inventory mode state of the game.
void main_menu_state()
Handles the main menu state of the game.
void map_mode_state()
Handles the map mode state of the game.
This struct is used for the database connection in SQLite.