mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
24b72a5302
* 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
|