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:
parent
1322a347ae
commit
c4c28e10db
3 changed files with 440 additions and 453 deletions
1
main.c
1
main.c
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue