summaryrefslogtreecommitdiff
path: root/include/structs.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-04-21 23:56:19 -0400
committerGitHub <noreply@github.com>2020-04-21 23:56:19 -0400
commit5ee605688aaea7fe6b4573dc2ce5ce24cd671855 (patch)
tree9f55955120315b5c43eb437d367c815cbf000347 /include/structs.h
parentb4eaf3c0d81c1b4897640607aba5acc170ffcde7 (diff)
parentf3b2b5865a8c5d3549fddfacb69da3cfb2d7d025 (diff)
Merge pull request #19 from PikalaxALT/pikalax_work
Misc disassembly and refactoring
Diffstat (limited to 'include/structs.h')
-rw-r--r--include/structs.h7
1 files changed, 7 insertions, 0 deletions
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