summaryrefslogtreecommitdiff
path: root/include/69CB30.h
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2024-01-31 19:39:03 +0100
committerGitHub <noreply@github.com>2024-01-31 11:39:03 -0700
commit24074d678d5d87a987bbda221f7da1a0dd02ea35 (patch)
tree1f324c3b99ca48d50cab26154fd3d7b8cc981287 /include/69CB30.h
parenteee794d4b6a88c6000b4e4bd07cf806ff2eb8d3f (diff)
m_private OK (#139)
* update m2ctx * size fixes? * size fix * work * more work * m_private OK * fix style * format * fix warnings * format..
Diffstat (limited to 'include/69CB30.h')
-rw-r--r--include/69CB30.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/69CB30.h b/include/69CB30.h
index 60fe607..74d3b3e 100644
--- a/include/69CB30.h
+++ b/include/69CB30.h
@@ -3,7 +3,10 @@
#include "ultra64.h"
-s32 func_80078E90_jp(s32 arg0, s32 arg1);
+struct Animal_c;
+struct PrivateInfo;
+
+s32 func_80078E90_jp(void* arg0, s32 arg1);
// void func_80078EB4_jp();
// void func_80078EE0_jp();
// void func_80078F08_jp();
@@ -18,7 +21,7 @@ s32 func_80078E90_jp(s32 arg0, s32 arg1);
// void func_80079378_jp();
// void func_800793A8_jp();
// void mCPk_SavePak();
-// void func_8007942C_jp();
+s32 func_8007942C_jp(struct PrivateInfo*, struct Animal_c*, void*);
// void func_800794E4_jp();
// void func_8007967C_jp();
// void func_80079708_jp();
@@ -37,7 +40,7 @@ s32 func_80078E90_jp(s32 arg0, s32 arg1);
// void func_80079EDC_jp();
// void func_80079F44_jp();
// void func_8007A008_jp();
-s32 mCPk_get_pkinfo(void);
+void* mCPk_get_pkinfo(void);
// void func_8007A080_jp();
#endif