Files
st/include/Unknown/UnkStruct_027e09a8.hpp
T
Alessevan f1c7b3cc72 Decompiling NTTZ actor and part of TGTZ (#121)
* feat: decompiling NTTZ

* feat: progress TGTZ

* feat: progress

* style: cleanup

* feat: name parameter in header

* refactor: cleanup unused class

* feat: increase sinit

* feat: remove extern
2026-07-24 02:36:43 +02:00

22 lines
562 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_020716dc(unk32 param1);
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;