mirror of
https://github.com/zeldaret/ph
synced 2026-05-30 00:46:38 -04:00
18 lines
348 B
C++
18 lines
348 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct UnkStruct_027e05f8 {
|
|
// TODO: Add fields
|
|
|
|
void func_0202adf4(unk32 param1, s32 param2);
|
|
~UnkStruct_027e05f8();
|
|
|
|
// Big gap to next TU
|
|
UnkStruct_027e05f8();
|
|
void func_02037458(u16 param1);
|
|
void func_02037480();
|
|
static unk32 func_02037490(unk32 param1);
|
|
};
|