mirror of
https://github.com/zeldaret/ph
synced 2026-07-08 13:46:28 -04:00
Merge remote-tracking branch 'upstream/main' into displaytext
This commit is contained in:
@@ -31,7 +31,7 @@ public:
|
||||
/* 34 */
|
||||
|
||||
UnkStruct_02037750(unk32 param1, unk32 param2);
|
||||
LinkStateInteract *GetLinkStateInteract();
|
||||
static LinkStateInteract *GetLinkStateInteract();
|
||||
void func_020385d0(s32 param1, unk32 *param2);
|
||||
};
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "System/SysNew.hpp"
|
||||
#include "Unknown/UnkStruct_0202e1a0.hpp"
|
||||
|
||||
class UnkStruct_ov000_020c0c08 : public SysObject {
|
||||
public:
|
||||
/* 00 (vtable) */
|
||||
/* 04 */ unk32 mUnk_04;
|
||||
/* 08 */ u8 *mUnk_08;
|
||||
/* 0c */ UnkStruct_0202e1a0 mUnk_0c;
|
||||
/* 24 */
|
||||
|
||||
/* 00 */ virtual ~UnkStruct_ov000_020c0c08();
|
||||
/* 08 */
|
||||
|
||||
UnkStruct_ov000_020c0c08(unk32 param1, u8 *param2);
|
||||
};
|
||||
Reference in New Issue
Block a user