summaryrefslogtreecommitdiff
path: root/include/options.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-12-24 01:38:29 +0100
committerGitHub <noreply@github.com>2020-12-24 01:38:29 +0100
commit108a63585fe4c20dcc6bcdb1baa8bbccfeece21c (patch)
tree965fe8bec990e60a53796d300d62c5a0008e0683 /include/options.h
parent44cba839cac2024b1b555fed65cf15c156b5f0f5 (diff)
parentb5df3f88ebce5aa52853f59192758b77b98a84c5 (diff)
Merge pull request #306 from tgsm/options-fd
options: add a missing SaveBlock2 forward-declaration
Diffstat (limited to 'include/options.h')
-rw-r--r--include/options.h2
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;