mirror of
https://github.com/zeldaret/st
synced 2026-06-17 23:21:10 -04:00
69ef244371
* merge headers from nitro decomp * cleanup: use inlines from g2.h and gx.h when changing registers * cleanup: remove externs declarations in source files
33 lines
678 B
C++
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;
|