mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 23:22:01 -04:00
10 lines
216 B
C
10 lines
216 B
C
#ifndef F_F_OP_SCENE_PAUSE_H_
|
|
#define F_F_OP_SCENE_PAUSE_H_
|
|
|
|
#include "dolphin/types.h"
|
|
#include "f_op/f_op_scene.h"
|
|
|
|
int fopScnPause_Enable(scene_class* pScene);
|
|
int fopScnPause_Disable(scene_class* pScene);
|
|
|
|
#endif |