diff options
| author | theo3 <arisstephenson2@gmail.com> | 2020-08-16 15:39:30 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2020-08-16 15:39:30 -0700 |
| commit | f2aeda134dbfce82ced4d91d86f7db0b62e4af28 (patch) | |
| tree | cfd8034c832a8a9f175692af6c39b7636629e7c0 /include | |
| parent | 3dc1506bcb8b7a3ca041dfd9ffd67f38644ff9ed (diff) | |
tektiteGolden.c OK
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/functions.h b/include/functions.h index 45837388..5739c880 100644 --- a/include/functions.h +++ b/include/functions.h @@ -251,4 +251,8 @@ extern u32 sub_08079F8C(void); extern void sub_080787CC(Entity*); extern void sub_080526F8(s32); extern int sub_0807CF28(u32, SaveFile*); +extern u32 sub_080044EC(Entity*, u32); +extern u32 sub_080002B8(Entity*); +extern u32 sub_08049F84(Entity*, u32); + #endif
\ No newline at end of file |
