mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
15 lines
287 B
C++
15 lines
287 B
C++
#ifndef F_F_OP_SCENE_PAUSE_H_
|
|
#define F_F_OP_SCENE_PAUSE_H_
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class scene_class {
|
|
public:
|
|
/* 0x00 */ u8 field_0x00[0x2c];
|
|
/* 0x2C */ int* field_0x2C;
|
|
};
|
|
|
|
int fopScnPause_Enable(scene_class* pScene);
|
|
int fopScnPause_Disable(scene_class* pScene);
|
|
|
|
#endif |