mirror of
https://github.com/zeldaret/st
synced 2026-07-11 15:18:45 -04:00
72aa60b96f
* fix scratch upload? * start overlay 112 * comment format thing * build fixes 1 * name cs index * started vfunc_0c and vfunc_10 * added scratch links * config changes * fix build issues * first wave of broken matches * second wave of broken matches * fix build issue * third wave of broken matches * forth wave of broken matches
20 lines
454 B
C++
20 lines
454 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e09b8 {
|
|
public:
|
|
/* 00 */ unk8 mUnk_00[0x14];
|
|
/* 14 */ u32 mUnk_14[1]; //! TODO
|
|
|
|
unk32 func_01ffd420();
|
|
|
|
unk32 func_ov000_020732ec(unk32 param1);
|
|
unk32 func_ov000_020732fc(unk32 param1);
|
|
unk32 func_ov000_020732dc(unk32 param1);
|
|
unk32 func_ov000_02073470(void *param1, unk32 param2);
|
|
unk32 func_ov000_02073388(void *param1);
|
|
};
|
|
|
|
extern UnkStruct_027e09b8 *data_027e09b8;
|