Files
st/include/Unknown/UnkStruct_02049b18.hpp
T
Yanis 69ef244371 Merge headers from nitro decomp (#69)
* merge headers from nitro decomp

* cleanup: use inlines from g2.h and gx.h when changing registers

* cleanup: remove externs declarations in source files
2026-05-25 02:55:16 +02:00

33 lines
678 B
C++

#pragma once
#include "Player/TouchControl.hpp"
#include "global.h"
#include "input.hpp"
#include "types.h"
class UnkStruct_02049b18_06 {
public:
/* 00 */ TouchControl mTouchControl;
/* 22 */
UnkStruct_02049b18_06();
};
class UnkStruct_02049b18 {
public:
/* 00 */ Input mButtons;
/* 06 */ UnkStruct_02049b18_06 mUnk_06;
/* 28 */ unk16 mUnk_28;
/* 2A */ STRUCT_PAD(0x2A, 0x58);
/* 58 */ unk16 mUnk_58;
/* 5A */ unk16 mUnk_5A;
UnkStruct_02049b18();
~UnkStruct_02049b18();
void func_02013768();
void func_02013840(u16 param1, unk32 param2);
void func_020138f4(unk32 param1);
};
extern UnkStruct_02049b18 data_02049b18;