Files
st/include/Unknown/UnkStruct_027e0d34.hpp
T
Alessevan 93fd0610a0 CLLT and progress in TLKT (#132)
* feat: wip soontm

* feat: enhance TLTK

* feat: complete TLKT

* fix: refactor went wild

* fix: update MLCK

* fix: hmmm

* fix: continue reverse wrong refactor

* style: remove comment

* feat: delink destructors of ActorUnkTLKTnCLLT_Base
2026-08-14 15:49:43 +02:00

35 lines
763 B
C++

#pragma once
#include "Item/Item.hpp"
#include "global.h"
#include "nitro/fx.h"
#include "types.h"
class UnkStruct_027e0d34_04 {
public:
bool func_ov000_02093bc8(unk32 param1);
};
class UnkStruct_027e0d34 : public AutoInstance<UnkStruct_027e0d34> {
public:
/* 00 */ unk32 mUnk_00;
/* 04 */ UnkStruct_027e0d34_04 *mUnk_04;
UnkStruct_027e0d34();
// overlay 1
static void Destroy();
// overlay 31
bool func_ov031_020d9758();
bool func_ov031_020d97e4();
bool func_ov031_020d97f4();
void func_ov031_020d9844();
void func_ov031_020d9854(VecFx32 *param1, fx32 param2);
void func_ov031_020d994c();
void func_ov031_020d996c();
bool TryItemGive(ItemId itemId);
};
extern UnkStruct_027e0d34 *data_027e0d34;