#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
-#include "advent.h"
-#include "dungeon.h"
#include <inttypes.h>
+#include "advent.h"
+
static phase_codes_t fill(verb_t, obj_t);
static phase_codes_t attack(command_t command)
#include <unistd.h>
#include <editline/readline.h>
#include "advent.h"
-#include "dungeon.h"
#define DIM(a) (sizeof(a)/sizeof(a[0]))
#include <inttypes.h>
#include "advent.h"
-#include "dungeon.h"
/*
* Use this to detect endianness mismatch. Can't be unchanged by byte-swapping.