diff options
author | tgsm <doodrabbit@hotmail.com> | 2020-12-23 15:45:29 -0500 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2020-12-23 15:57:42 -0500 |
commit | 67c105b921816cdeced156d7a832dbbb336be828 (patch) | |
tree | 070fa7726d223bfeeb9e3346742c3a6b1df196eb /include/options.h | |
parent | bbb1fac16bc7e912410b3dc7bbfc5d3067ac19d4 (diff) |
options: add a missing SaveBlock2 forward-declaration
Fixes compiler warnings.
Also adds a missing forward-declaration to OverlayManager.
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; |