mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -04:00
14 lines
239 B
C++
14 lines
239 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct UnkStruct_027e0fe0 {
|
|
// TODO: Add fields
|
|
|
|
void Init();
|
|
void Dispose();
|
|
void func_0202ea50(unk32 param1, unk32 param2, unk32 param3);
|
|
void func_0202ea98();
|
|
};
|