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
21 lines
518 B
C++
21 lines
518 B
C++
#pragma once
|
|
|
|
#include "math.hpp"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e09a8 : public AutoInstance<UnkStruct_027e09a8> {
|
|
public:
|
|
// overlay 0
|
|
void func_ov000_020713bc();
|
|
void func_ov000_02071b30(unk32 param1, VecFx32 *pPos, unk32 param3);
|
|
void func_ov000_02071d34(void *param1, unk32 param2, VecFx32 *pPos, unk32 param4);
|
|
void func_ov000_02071eac(VecFx32 *pPos);
|
|
|
|
static UnkStruct_027e09a8 *Create();
|
|
|
|
// overlay 1
|
|
static void Destroy();
|
|
};
|
|
|
|
extern UnkStruct_027e09a8 *data_027e09a8;
|