summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-07-22 18:56:53 -0500
committercamthesaxman <cameronghall@cox.net>2017-07-22 18:56:53 -0500
commit32977818e7ea7e14fd3dee331483ef6b06b3a00a (patch)
tree6ba3e09d866676ac7c131c2f3e30c6485638bcb5
parentf5e9d5be6051c12558e51d5841afe32034bfe98a (diff)
fix warning about DisableStruct being declared in parameter list
-rw-r--r--include/rom3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rom3.h b/include/rom3.h
index cee02b328..1fa55d11a 100644
--- a/include/rom3.h
+++ b/include/rom3.h
@@ -1,6 +1,8 @@
#ifndef GUARD_ROM3_H
#define GUARD_ROM3_H
+struct DisableStruct;
+
void sub_800B858(void);
void setup_poochyena_battle();
void sub_800B950(void);