diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-10 19:02:51 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-10 19:02:51 +0100 |
commit | b4d10ab7aba76bf9ab16f07cc9409083388c603d (patch) | |
tree | a6666aa61352f30b000d2f41572ca0f6db572717 /src/pokeblock.c | |
parent | 37ae6a7758d0f16394f31c367f5c1eb86d34327f (diff) |
split pokeblock files
Diffstat (limited to 'src/pokeblock.c')
-rw-r--r-- | src/pokeblock.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c new file mode 100644 index 000000000..023b7c3e7 --- /dev/null +++ b/src/pokeblock.c @@ -0,0 +1,4 @@ +#include "global.h" +#include "pokeblock.h" + + |