blob: 9a0bdd36bfcb1d0b6d842f5f314797dfa5651be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#pragma once
#include "global.h"
#include "types.h"
#include "Player/Bhio.hpp"
struct UnkStruct_027e0f64_04 {
/* 000 */ u8 pad[0x1B4 - 0x00];
/* 1b4 */ unk32 mUnk_1b4;
};
class UnkStruct_027e0f64 {
public:
/* 0 */ Bhio *mUnk_0;
/* 4 */ UnkStruct_027e0f64_04 *mUnk_4;
/* 8 */ UnkStruct_027e0f64_04 *mUnk_8;
/* c */
void func_ov000_0208ae94();
void func_ov000_0208b13c();
unk32 func_ov000_0208b180();
};
extern UnkStruct_027e0f64 *data_027e0f64;
|