mirror of
https://github.com/zeldaret/st
synced 2026-08-05 09:34:10 -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
33 lines
797 B
C++
33 lines
797 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "math.hpp"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e09b4 : public AutoInstance<UnkStruct_027e09b4> {
|
|
public:
|
|
/* 000 */ unk32 mUnk_000;
|
|
/* 004 */ STRUCT_PAD(0x04, 0x300);
|
|
/* 300 */ void *mUnk_300;
|
|
/* 304 */ unk32 mUnk_304;
|
|
/* 308 */ unk16 mUnk_308;
|
|
/* 30A */ unk16 mUnk_30A;
|
|
/* 30C */
|
|
|
|
UnkStruct_027e09b4();
|
|
|
|
// main
|
|
void func_01fff60c(VecFx32 *param1, unk32 param2, unk32 param3, u8 param4, unk32 param5, unk32 param6);
|
|
|
|
// overlay 1
|
|
void func_ov001_020bea84();
|
|
|
|
static UnkStruct_027e09b4 *Create();
|
|
static void Destroy();
|
|
|
|
// overlay 17
|
|
void func_ov017_020c08c4(VecFx32 *param1, unk32 param2, unk32 param3, s32 param4, s32 param5, s32 param6);
|
|
};
|
|
|
|
extern UnkStruct_027e09b4 *data_027e09b4;
|