mirror of
https://github.com/zeldaret/st
synced 2026-06-21 00:11:24 -04:00
6062d1f43c
* start overlay 1 * match courselist and delink a lot of files (+ remove SysObject) * fix build issues * fix regressions
19 lines
347 B
C++
19 lines
347 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e0958 : public AutoInstance<UnkStruct_027e0958> {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_027e0958();
|
|
~UnkStruct_027e0958() {}
|
|
|
|
// overlay 0
|
|
static UnkStruct_027e0958 *Create();
|
|
static void Destroy();
|
|
};
|
|
|
|
extern UnkStruct_027e0958 *data_027e0958;
|