mirror of
https://github.com/zeldaret/st
synced 2026-05-24 15:21:00 -04:00
66ad81ba15
* move nitro headers to libs/nitro/include and setup sbc.c Co-authored-by: enzofc708 <47937189+enzofc708@users.noreply.github.com> * sbc.c 95% * move sbc in the right folder (and fix a warning) * revert formating changes --------- Co-authored-by: enzofc708 <47937189+enzofc708@users.noreply.github.com>
33 lines
683 B
C++
33 lines
683 B
C++
#pragma once
|
|
|
|
#include "Player/TouchControl.hpp"
|
|
#include "global.h"
|
|
#include "types.h"
|
|
#include <nitro/button.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;
|