f_op_scene_pause OK

This commit is contained in:
Pheenoh
2021-02-16 15:47:00 -05:00
parent d06ba53d39
commit 1876efc170
2 changed files with 37 additions and 29 deletions
+9 -3
View File
@@ -1,7 +1,13 @@
#ifndef F_F_FOP_SCENE_PAUSE_H_
#define F_F_FOP_SCENE_PAUSE_H_
#ifndef F_F_OP_SCENE_PAUSE_H_
#define F_F_OP_SCENE_PAUSE_H_
struct scene_class;
#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);