X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions.c;h=e01d2cf3b3d212581724af213bef9ba9932ef2d5;hb=da27ae1932d1311887ad3a677b10b87610e31854;hp=311a71d5a1e08eda72d793be4e222d54ec905129;hpb=50435465a62d630e4b61fbec38270321211c4907;p=open-adventure.git diff --git a/actions.c b/actions.c index 311a71d..e01d2cf 100644 --- a/actions.c +++ b/actions.c @@ -1,8 +1,7 @@ #include #include #include "advent.h" -#include "database.h" -#include "newdb.h" +#include "dungeon.h" static int fill(token_t, token_t);