diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-22 18:56:53 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-22 18:56:53 -0500 |
commit | 32977818e7ea7e14fd3dee331483ef6b06b3a00a (patch) | |
tree | 6ba3e09d866676ac7c131c2f3e30c6485638bcb5 | |
parent | f5e9d5be6051c12558e51d5841afe32034bfe98a (diff) |
fix warning about DisableStruct being declared in parameter list
-rw-r--r-- | include/rom3.h | 2 |
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); |