2021-02-16 15:47:00 -05:00
|
|
|
#ifndef F_F_OP_SCENE_PAUSE_H_
|
|
|
|
|
#define F_F_OP_SCENE_PAUSE_H_
|
2021-02-15 13:34:16 -05:00
|
|
|
|
2021-02-16 15:47:00 -05:00
|
|
|
#include "dolphin/types.h"
|
|
|
|
|
|
|
|
|
|
class scene_class {
|
|
|
|
|
public:
|
|
|
|
|
/* 0x00 */ u8 field_0x00[0x2c];
|
|
|
|
|
/* 0x2C */ int* field_0x2C;
|
|
|
|
|
};
|
2021-02-15 13:34:16 -05:00
|
|
|
|
|
|
|
|
int fopScnPause_Enable(scene_class* pScene);
|
|
|
|
|
int fopScnPause_Disable(scene_class* pScene);
|
|
|
|
|
|
|
|
|
|
#endif
|