|
Ludum Dare 29
HackSoc's entry for the Ludum Dare Jam 29
|
#include <curses.h>#include <stdbool.h>#include <stdlib.h>#include <time.h>#include <signal.h>#include "utils.h"#include "level.h"#include "mob.h"#include "item.h"#include "player.h"#include "list.h"
Functions | |
| void | catch_sigint (int dummy) |
| int | main () |
Variables | |
| bool | quit = false |
| void catch_sigint | ( | int | dummy | ) |
Catch a sigint and exit gracefully

| int main | ( | ) |
Entry point.

| bool quit = false |
Whether to quit the game or not.
1.8.7