dungeon now outputs just database.h

Added macro DEFINE_GLOBALS_FROM_INCLUDES to main.c
Makefile no longer has to deal with database.c and database.o
This commit is contained in:
Bob Little 2017-06-14 21:54:49 -04:00
parent 1322a347ae
commit c4c28e10db
3 changed files with 440 additions and 453 deletions

1
main.c
View file

@ -13,6 +13,7 @@
* and for the offensive globals. Applying the Structured Program
* Theorem can be hard.
*/
#define DEFINE_GLOBALS_FROM_INCLUDES
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>