diff options
Diffstat (limited to 'include/options.h')
-rw-r--r-- | include/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/options.h b/include/options.h index 0f8c89ae..fbddbffc 100644 --- a/include/options.h +++ b/include/options.h @@ -1,6 +1,8 @@ #ifndef POKEDIAMOND_OPTIONS_H #define POKEDIAMOND_OPTIONS_H +struct SaveBlock2; + struct Options { u16 textSpeed:4; u16 soundMethod:2; |