Files
tp/include/f_op/f_op_scene_pause.h
T

10 lines
216 B
C
Raw Normal View History

2021-04-09 01:22:16 +02:00
#ifndef F_F_OP_SCENE_PAUSE_H_
#define F_F_OP_SCENE_PAUSE_H_
2021-03-28 22:49:05 +02:00
#include "dolphin/types.h"
2021-04-09 01:22:16 +02:00
#include "f_op/f_op_scene.h"
2021-03-28 22:49:05 +02:00
2021-04-09 01:22:16 +02:00
int fopScnPause_Enable(scene_class* pScene);
int fopScnPause_Disable(scene_class* pScene);
#endif