Use a header/source set common to both advent and the dungeon builder.
This commit is contained in:
parent
0e160a665e
commit
1173a9a265
5 changed files with 19 additions and 22 deletions
2
advent.h
2
advent.h
|
@ -1,7 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "sizes.h"
|
||||
#include "common.h"
|
||||
|
||||
#define LINESIZE 100
|
||||
#define NDWARVES 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue