mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 06:50:43 -04:00
073992df8d
* cleanup f_pc files * cleanup f_op files * fix a couple f_op_actor_mng functions * minor JSystem work
10 lines
182 B
C++
10 lines
182 B
C++
#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
|