mirror of
https://github.com/zeldaret/st
synced 2026-08-23 23:13:16 -04:00
ce24ddfc4e
* feat: improvements in SWBM * feat: improvements * feat: increase matching for jp version * feat: add vfuncs from fields' classes * feat: improve matching * feat: rename parameters to reflect staticness of the function * refactor: change mangled name * feat: remove unused variable from bss * style: explicite parenthesis * feat: better matching * feat: replace if/else by a switch statement
21 lines
444 B
C++
21 lines
444 B
C++
#pragma once
|
|
|
|
#include "Player/PlayerGet.hpp"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e0958 : public AutoInstance<UnkStruct_027e0958> {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_027e0958();
|
|
~UnkStruct_027e0958() {}
|
|
|
|
// overlay 0
|
|
static UnkStruct_027e0958 *Create();
|
|
static void Destroy();
|
|
|
|
void func_ov000_02058fc4(UnkStruct_PlayerGet_74_base *param1, VecFx32 *param2);
|
|
};
|
|
|
|
extern UnkStruct_027e0958 *data_027e0958;
|