diff options
author | Demki <mordbz@gmail.com> | 2020-04-23 14:19:34 +0300 |
---|---|---|
committer | Demki <mordbz@gmail.com> | 2020-04-23 14:19:34 +0300 |
commit | 869c65f52eba393e96faa01df00317ac8f722d00 (patch) | |
tree | 6354d9f40823f1b7ce89174dd09380e745735bdc /include/structs.h | |
parent | 1750bfd8497b314cf7ac24d8221ac936a9cfa9c6 (diff) | |
parent | 5ee605688aaea7fe6b4573dc2ce5ce24cd671855 (diff) |
merge
Diffstat (limited to 'include/structs.h')
-rw-r--r-- | include/structs.h | 7 |
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 |