mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-25 15:25:07 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
9 lines
179 B
C++
9 lines
179 B
C++
#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 |