mirror of
https://github.com/zeldaret/ph
synced 2026-07-11 22:40:17 -04:00
Decomp ItemManager::EquipItem_vfunc_3c
This commit is contained in:
+13
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user