Transition to YAML is done, adventure.text and travel.py can go away.
[open-adventure.git] / actions.c
index 311a71d5a1e08eda72d793be4e222d54ec905129..e01d2cf3b3d212581724af213bef9ba9932ef2d5 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -1,8 +1,7 @@
 #include <stdlib.h>
 #include <stdbool.h>
 #include "advent.h"
-#include "database.h"
-#include "newdb.h"
+#include "dungeon.h"
 
 static int fill(token_t, token_t);