diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-16 17:41:35 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-18 20:48:58 +0100 |
| commit | 0aebbae239abcfcd2dce4423a6caa1a706a04f41 (patch) | |
| tree | e2dba3de9ef8510fa747858e7a61e1a188d327fd /src/object/windcrest.c | |
| parent | a448d222983a89d0a75ac15993db5e01fb5f5359 (diff) | |
Decompile BossDoor
Diffstat (limited to 'src/object/windcrest.c')
| -rw-r--r-- | src/object/windcrest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/object/windcrest.c b/src/object/windcrest.c index 15828253..97d88300 100644 --- a/src/object/windcrest.c +++ b/src/object/windcrest.c @@ -4,8 +4,7 @@ #include "save.h" #include "script.h" #include "effects.h" - -extern void sub_08078850(Entity*, u32, u32, u8*); +#include "functions.h" extern u8 gUnk_08125010; |
