mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* d_resource / some d_stage * setup dDlst_list_c / d_select_icon OK * JUTXfb / some JUTVideo + various * some J2D classes / JUTVideo/Fader attempts * bunch of m_Do cleanup + matches / f_ap_game OK * mDoLib_clipper::setup OK * most of d_meter_HIO OK * pane_class / kantera_icon_meter
27 lines
725 B
C++
27 lines
725 B
C++
#ifndef F_F_OP_OVERLAP_MNG_H_
|
|
#define F_F_OP_OVERLAP_MNG_H_
|
|
|
|
#include "SSystem/SComponent/c_request.h"
|
|
#include "dolphin/types.h"
|
|
|
|
class overlap_task_class {
|
|
public:
|
|
/* 0x00 */ u8 field_0x00[0xC4];
|
|
/* 0xC4 */ u8 field_0xc4;
|
|
};
|
|
|
|
int fopOvlpM_SceneIsStop(void);
|
|
int fopOvlpM_SceneIsStart(void);
|
|
void fopOvlpM_Management(void);
|
|
int fopOvlpM_IsOutReq(overlap_task_class* pTaskClass);
|
|
void fopOvlpM_Done(overlap_task_class* pTaskClass);
|
|
void fopOvlpM_ToldAboutID(unsigned int param_1);
|
|
int fopOvlpM_IsPeek(void);
|
|
int fopOvlpM_IsDone(void);
|
|
int fopOvlpM_IsDoingReq(void);
|
|
int fopOvlpM_ClearOfReq(void);
|
|
request_base_class* fopOvlpM_Request(s16 param_1, u16 param_2);
|
|
int fopOvlpM_Cancel(void);
|
|
void fopOvlpM_Init();
|
|
|
|
#endif |