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
|