mirror of https://github.com/zeldaret/tp.git
29 lines
803 B
C++
29 lines
803 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"
|
|
#include "f_pc/f_pc_leaf.h"
|
|
|
|
class overlap_task_class {
|
|
public:
|
|
/* 0x00 */ u8 field_0x00[0xC0];
|
|
/* 0xC0 */ leafdraw_method_class* field_0xc0;
|
|
/* 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 |