diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-02-19 15:01:30 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-02-19 15:01:30 -0800 |
| commit | 112e97abc83be6d250aff60cbfda8d83c4a44846 (patch) | |
| tree | 5c00cf9e2b2de07444c997f26528ac572c1b6ea9 /include/functions.h | |
| parent | ab3e488126c735c3aefdedf15bcae3774202cc05 (diff) | |
wip2
Diffstat (limited to 'include/functions.h')
| -rw-r--r-- | include/functions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.h b/include/functions.h index f3213239..f9702c2a 100644 --- a/include/functions.h +++ b/include/functions.h @@ -312,8 +312,8 @@ extern u32 sub_08056134(void); extern void sub_08004484(Entity*, Entity*); extern void sub_080564C8(u32); extern void sub_08056F70(void); -extern void sub_08056C68(void); -extern void sub_08056D70(void); +extern void DeleteWindow(void); +extern void CreateWindow(void); extern void sub_0805EEB4(u8*, u32, u32); extern void sub_08056FBC(void*); extern void sub_08056C54(u32); |
