Finish newdb -> dungeon renaming.

This commit is contained in:
Jason S. Ninneman 2017-06-29 08:49:12 -07:00
parent db281a96d7
commit 1ee0e5c7b0
9 changed files with 27 additions and 29 deletions

View file

@ -1,7 +1,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include "advent.h"
#include "newdb.h"
#include "dungeon.h"
static int fill(token_t, token_t);