mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -04:00
32cc123547
* Game 73% * Fix build
26 lines
554 B
C++
26 lines
554 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct UnkStruct_027e0e2c {
|
|
/* 00 */ unk32 mUnk_00;
|
|
/* 04 */ unk32 mUnk_04;
|
|
/* 08 */ unk32 mUnk_08;
|
|
/* 0c */ unk32 mUnk_0c;
|
|
/* 10 */ unk32 mUnk_10;
|
|
/* 14 */ unk16 mUnk_14;
|
|
/* 16 */ unk16 mUnk_16;
|
|
/* 18 */ unk32 mUnk_18;
|
|
/* 1c */ unk32 mUnk_1c;
|
|
/* 20 */ unk32 mUnk_20;
|
|
/* 24 */ unk32 mUnk_24;
|
|
/* 28 */ unk32 mUnk_28;
|
|
/* 2c */
|
|
|
|
void func_ov000_0207bcb4();
|
|
void func_ov000_0207be84(unk32 param_1);
|
|
};
|
|
|
|
extern UnkStruct_027e0e2c data_027e0e2c;
|