mirror of
https://github.com/zeldaret/ph
synced 2026-07-04 04:30:45 -04:00
5b15874c4d
* Comments * Lay out theoretical code * Externalise func_020196bc & func_020196fc * Pull merge * Pull merge * Decomp MapBase::func_ov00_02080edc * Fix MapManager TilePos params * Decomp progress * Fix MapManager param issue * Decomp progress * Update MapManager var pointer type * Fix function defs * Update symbols * Update * Match MapBase_Unk2::func_ov00_02080ad0 (thx 2 dt mow & yanis) * Update * Decomp progress 26% * Decomp progress 28% * Fix struct overlap * Fix unknown members * Uncomment and fix rest of methods (most still non-matching) * Decomp progress * Corrections
15 lines
348 B
C++
15 lines
348 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct UnkStruct_027e0e58 {
|
|
/* 00 */ unk8 mUnk_00[0x22];
|
|
/* 22 */ unk16 mUnk_22;
|
|
|
|
void func_ov000_0207c5d4(unk32 param1, bool param2);
|
|
void func_ov000_0207c1b0(unk32 param1, Vec3p *param2, unk32 param3, unk32 param4, unk32 param5);
|
|
};
|
|
|
|
extern UnkStruct_027e0e58 *data_027e0e58;
|