mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 07:18:47 -04:00
7154ac08e1
* initial freezard actor struct + setActionMode OK * daE_FZ_Draw * setReflectAngle * mBoundSoundset * daE_FZ_Execute & execute * demoDelete * daE_FZ_Delete & _delete * CreateHeap * useHeapInit * cc_set * mtx_set * action WIP * way_gake_check * executeRollMove * executeMove * draw WIP * executeDamage * checkpoint * create * checkpoint * daE_FZ_c::executeWait * checkpoint * daE_FZ_c::damage_check almost done * rm asm * rm headers * setup_profile WIP + doxygen update * fix merge issues * docs fix? * fix2 * doxygen updates * setup g_profile_E_FZ, profile setup script WIP * update github actions * update progress.md
22 lines
570 B
C
22 lines
570 B
C
#ifndef F_F_OP_OVERLAP_MNG_H_
|
|
#define F_F_OP_OVERLAP_MNG_H_
|
|
|
|
#include "f_op/f_op_overlap.h"
|
|
|
|
struct request_base_class;
|
|
|
|
int fopOvlpM_SceneIsStop();
|
|
int fopOvlpM_SceneIsStart();
|
|
void fopOvlpM_Management();
|
|
int fopOvlpM_IsOutReq(overlap_task_class* i_this);
|
|
void fopOvlpM_Done(overlap_task_class* i_this);
|
|
void fopOvlpM_ToldAboutID(unsigned int param_1);
|
|
int fopOvlpM_IsPeek();
|
|
int fopOvlpM_IsDone();
|
|
int fopOvlpM_IsDoingReq();
|
|
int fopOvlpM_ClearOfReq();
|
|
request_base_class* fopOvlpM_Request(s16 param_1, u16 param_2);
|
|
int fopOvlpM_Cancel();
|
|
void fopOvlpM_Init();
|
|
|
|
#endif |