diff options
Diffstat (limited to 'include/pokeblock.h')
-rwxr-xr-x | include/pokeblock.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h index 353c3d050..958ccec5f 100755 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -1,6 +1,11 @@ #ifndef GUARD_POKEBLOCK_H #define GUARD_POKEBLOCK_H +struct YesNoCBTable { + void (*yesFunc)(void); + void (*noFunc)(void); +}; + extern u8 ewram[]; extern u8 gUnknown_02039244; extern u8 gUnknown_02039248[2]; |