summaryrefslogtreecommitdiff
path: root/include/f_op/f_op_scene_pause.h
blob: ec9d47103d2dcd99add48e45ea8da1f96da553ca (plain)
1
2
3
4
5
6
7
8
9
#ifndef F_F_OP_SCENE_PAUSE_H_
#define F_F_OP_SCENE_PAUSE_H_

class scene_class;

int fopScnPause_Enable(scene_class* i_scene);
int fopScnPause_Disable(scene_class* i_scene);

#endif