mirror of
https://github.com/zeldaret/ph
synced 2026-08-06 01:48:24 -04:00
Merge remote-tracking branch 'zeldaret/main' into hammer
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e02a0 {
|
||||
unk8 mUnk_00[0x94];
|
||||
unk32 mUnk_94[23];
|
||||
};
|
||||
|
||||
extern UnkStruct_027e02a0 *data_027e02a0;
|
||||
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e0618 {
|
||||
void func_0202cf34(void);
|
||||
};
|
||||
|
||||
extern UnkStruct_027e0618 data_027e0618;
|
||||
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e08f8 {
|
||||
void func_0202f9a0(unk32);
|
||||
};
|
||||
|
||||
extern UnkStruct_027e08f8 data_027e08f8;
|
||||
@@ -12,7 +12,9 @@ struct UnkStruct_027e0d38_UnkC {
|
||||
struct UnkStruct_027e0d38_Unk28 {
|
||||
/* 00 */ unk8 mUnk_00[0x34];
|
||||
/* 34 */ bool mUnk_34;
|
||||
/* 35 */
|
||||
/* 35 */ unk8 mUnk_35[0x27];
|
||||
/* 5c */ unk32 mUnk_5c[3];
|
||||
/* 68 */
|
||||
};
|
||||
|
||||
struct UnkStruct_027e0d38 {
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e0f64 {
|
||||
#include "Debug/DebugHierarchy.hpp"
|
||||
|
||||
class UnkStruct_027e0f64 {
|
||||
public:
|
||||
/* 0 */ DebugHierarchyBase *mUnk_0;
|
||||
/* 4 */ void *mUnk_4;
|
||||
/* 8 */ void *mUnk_8;
|
||||
|
||||
Reference in New Issue
Block a user