SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
include
Game
System
WPadInfoChecker.hpp
1
#pragma once
2
3
#include "Game/System/WPad.hpp"
4
#include <revolution.h>
5
6
class
WPadInfoChecker
{
7
public
:
8
WPadInfoChecker
(
WPad
*);
9
10
s32 getBattery()
const
;
11
void
successGetInfo();
12
void
startCheck() NO_INLINE;
13
void
reset();
14
void
update();
15
16
WPad
* mPad;
// _0
17
WPADInfo mPadInfo;
// _4
18
u32 _1C;
19
s32 mBattery;
// _20
20
};
WPad
Definition
WPad.hpp:15
WPadInfoChecker
Definition
WPadInfoChecker.hpp:6
Generated by
1.10.0