mirror of
https://github.com/zeldaret/st
synced 2026-08-06 01:48:37 -04:00
96874ba24e
* UnkStruct_027e09b4_001 OK * UnkStruct_027e09ac_001 OK * UnkStruct_027e0cec_001 OK * SysNew OK * UnkStruct_027e0cec_18_001 OK * UnkStruct_027e0ce0_34_001 OK * UnkStruct_027e0d00_001 OK * PassengerManager_001 OK * UnkStruct_027e0cf8_08_00_001 OK * UnkStruct_ov020_020e8544_001 OK * code_020bfdd0 OK and code_020bfeec OK * code_020c099c OK
22 lines
405 B
C++
22 lines
405 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e09b0 : public AutoInstance<UnkStruct_027e09b0> {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_027e09b0();
|
|
~UnkStruct_027e09b0();
|
|
|
|
void func_ov000_02072cc4(unk32 param1, unk32 param2);
|
|
|
|
static UnkStruct_027e09b0 *Create();
|
|
|
|
// overlay 1
|
|
static void Destroy();
|
|
};
|
|
|
|
extern UnkStruct_027e09b0 *data_027e09b0;
|