mirror of
https://github.com/zeldaret/st
synced 2026-06-23 09:00:01 -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
17 lines
263 B
C++
17 lines
263 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e0cdc {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_027e0cdc();
|
|
~UnkStruct_027e0cdc();
|
|
|
|
unk32 func_ov000_02082a28(unk32 param1);
|
|
};
|
|
|
|
extern UnkStruct_027e0cdc *data_027e0cdc;
|