diff options
author | scnorton <scnorton@biociphers.org> | 2017-05-31 10:12:55 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-31 10:12:55 -0400 |
commit | 18e060cd532fbe5678d08dd1a1386ae0763f6fc1 (patch) | |
tree | 58b6206d0353470ac238be15675c325aadf04ebb /include/use_pokeblock.h | |
parent | 859a04c318904a3894896c0c66f47def453df858 (diff) |
Start to decompile use_pokeblock.s
Diffstat (limited to 'include/use_pokeblock.h')
-rw-r--r-- | include/use_pokeblock.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/use_pokeblock.h b/include/use_pokeblock.h new file mode 100644 index 000000000..ca999e0ed --- /dev/null +++ b/include/use_pokeblock.h @@ -0,0 +1,8 @@ +// +// Created by Scott Norton on 5/31/17. +// + +#ifndef POKERUBY_USE_POKEBLOCK_H +#define POKERUBY_USE_POKEBLOCK_H + +#endif //POKERUBY_USE_POKEBLOCK_H |