fopScnM_ReRequest OK, fopScnM_Management OK, fopScnM_Init OK

This commit is contained in:
Pheenoh
2021-02-21 19:34:50 -05:00
parent 261874816c
commit e0abe5e59d
5 changed files with 36 additions and 28 deletions
+2 -2
View File
@@ -5,9 +5,9 @@
void* fopScnM_SearchByID(unsigned int id);
int fopScnM_ChangeReq(scene_class*, s16, s16, u16);
void fopScnM_DeleteReq(scene_class*);
unsigned int fopScnM_DeleteReq(scene_class*);
void fopScnM_CreateReq(s16, s16, u16, u32);
void fopScnM_ReRequest(s16, u32) ;
u32 fopScnM_ReRequest(s16, u32);
void fopScnM_Management(void);
void fopScnM_Init(void);
+1
View File
@@ -7,5 +7,6 @@ void fopScnRq_ReRequest(void);
}
u32 fopScnRq_Request(int,scene_class*,s16,void*,s16,u16);
u32 fopScnRq_ReRequest(unsigned int, s16, void*);
#endif