diff options
| author | notyouraveragehooman <65437533+notyouraveragehooman@users.noreply.github.com> | 2020-08-16 17:33:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-16 17:33:11 -0700 |
| commit | bbf4c44bba3dbb2c8e8f1128d3de6b35cac77f7a (patch) | |
| tree | ba615db95f396f02c8cd7370130c207a5720bb15 /include | |
| parent | 32764f45a46ac4183bafa13213fa6f2cabd50f7e (diff) | |
| parent | 793350e55147a4e2224344ece0e83f2cd24759ca (diff) | |
Merge pull request #58 from notyouraveragehooman/master
tektiteGolden.c OK, tektite.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..6c944546 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); +extern void sub_0802F45C(Entity*); #endif
\ No newline at end of file |
