Decomp ItemManager::EquipItem_vfunc_3c

This commit is contained in:
Aetias
2024-02-17 00:27:54 +01:00
parent b24f0a3a90
commit 89b20bc2da
66 changed files with 609 additions and 625 deletions
+13 -2
View File
@@ -3,8 +3,6 @@
#include "types.h"
extern "C" u32 FastDivide(u32 a, u32 b);
// 20.12 fixed point number
typedef u32 p32;
@@ -15,4 +13,17 @@ typedef struct {
/* c */
} Vec3p;
typedef struct {
/* 00 */ p32 x;
/* 04 */ p32 y;
/* 08 */ p32 z;
/* 0c */ p32 w;
/* 10 */
} Vec4p;
extern "C" u32 FastDivide(u32 a, u32 b);
extern "C" bool Approach(unk32 *src, unk32 dest, unk32 step);
extern "C" bool Approach_thunk(unk32 *src, unk32 dest, unk32 step);
extern "C" bool func_01ffec34(Vec4p *param1, Vec4p *param2);
#endif