fapGm_After OK, split f_op_scene_mng, split f_op_camera_mng, split f_op_overlap_mng

This commit is contained in:
Pheenoh
2021-02-13 15:42:35 -05:00
parent 304cae803a
commit 86a69bbb4b
35 changed files with 588 additions and 402 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef F_F_OP_CAMERA_MNG_H_
#define F_F_OP_CAMERA_MNG_H_
void fopCamM_Management(void);
#endif
+6
View File
@@ -0,0 +1,6 @@
#ifndef F_F_OP_OVERLAP_MNG_H_
#define F_F_OP_OVERLAP_MNG_H_
void fopOvlpM_Management(void);
#endif
+5
View File
@@ -0,0 +1,5 @@
#ifndef F_F_OP_SCENE_MNG_H_
#define F_F_OP_SCENE_MNG_H_
void fopScnM_Management(void);
#endif