mirror of
https://github.com/zeldaret/tp
synced 2026-08-16 21:18:11 -04:00
fapGm_After OK, split f_op_scene_mng, split f_op_camera_mng, split f_op_overlap_mng
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef F_F_OP_CAMERA_MNG_H_
|
||||
#define F_F_OP_CAMERA_MNG_H_
|
||||
|
||||
void fopCamM_Management(void);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef F_F_OP_OVERLAP_MNG_H_
|
||||
#define F_F_OP_OVERLAP_MNG_H_
|
||||
|
||||
void fopOvlpM_Management(void);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,5 @@
|
||||
#ifndef F_F_OP_SCENE_MNG_H_
|
||||
#define F_F_OP_SCENE_MNG_H_
|
||||
|
||||
void fopScnM_Management(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user