mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
add wii usa rev0 support (#2505)
* wii usa rev0 dol building ok * wii dol cleanup * some wii tests * most rels building
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#ifndef D_HOME_BUTTON_H
|
||||
#define D_HOME_BUTTON_H
|
||||
|
||||
#include <revolution/hbm.h>
|
||||
#include "JSystem/J2DGraph/J2DOrthoGraph.h"
|
||||
|
||||
class dHomeButton_c {
|
||||
public:
|
||||
void create_(int, void*);
|
||||
int execute_();
|
||||
void initHomeButtonInfo(int, void*);
|
||||
void initCursorPos();
|
||||
void calcCursorPos();
|
||||
void onReset();
|
||||
void create(int, void*);
|
||||
int execute();
|
||||
void drawCapture(u8, void (*)(J2DOrthoGraph&, void*), void*);
|
||||
|
||||
/* 0x00 */ HBMDataInfo m_info;
|
||||
};
|
||||
|
||||
#endif /* D_HOME_BUTTON_H */
|
||||
Reference in New Issue
Block a user