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

@ -6,7 +6,7 @@
#include <time.h>
#include "advent.h"
#include "linenoise/linenoise.h"
#include "newdb.h"
#include "dungeon.h"
struct game_t game;