From 44a55d6948781ca07dfff49cedce280173d553c8 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 21 Apr 2020 17:15:53 -0400 Subject: Tidy tree --- include/structs.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/structs.h (limited to 'include/structs.h') diff --git a/include/structs.h b/include/structs.h new file mode 100644 index 00000000..8a34d299 --- /dev/null +++ b/include/structs.h @@ -0,0 +1,7 @@ +#ifndef POKEDIAMOND_STRUCTS_H +#define POKEDIAMOND_STRUCTS_H + +#include "pokemon.h" +#include "map.h" + +#endif //POKEDIAMOND_STRUCTS_H -- cgit v1.2.3