Ludum Dare 29
HackSoc's entry for the Ludum Dare Jam 29
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
main.c File Reference
#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"
Include dependency graph for main.c:

Functions

void catch_sigint (int dummy)
 
int main ()
 

Variables

bool quit = false
 

Function Documentation

void catch_sigint ( int  dummy)

Catch a sigint and exit gracefully

Here is the caller graph for this function:

int main ( )

Entry point.

Here is the call graph for this function:

Variable Documentation

bool quit = false

Whether to quit the game or not.