summaryrefslogtreecommitdiff
path: root/include/f_op/f_op_scene_pause.h
blob: da01d4779e10e809a4f097a19ff6c5dff2c9c0bc (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* pScene);
int fopScnPause_Disable(scene_class* pScene);

#endif