Files
st/include/Unknown/UnkStruct_027e09c0.hpp
T
Yanis 6062d1f43c Decompile overlay 1 (Part 1) (#89)
* start overlay 1

* match courselist and delink a lot of files (+ remove SysObject)

* fix build issues

* fix regressions
2026-06-20 03:24:19 +02:00

22 lines
410 B
C++

#pragma once
#include "global.h"
#include "types.h"
class UnkStruct_027e09c0 : public AutoInstance<UnkStruct_027e09c0> {
public:
/* 00 */ unk32 mUnk_00;
UnkStruct_027e09c0();
~UnkStruct_027e09c0();
// overlay 1
void func_ov001_020be3c4();
void func_ov001_020be394();
static UnkStruct_027e09c0 *Create();
static void Destroy();
};
extern UnkStruct_027e09c0 *data_027e09c0;