fopScn_Draw OK

This commit is contained in:
Pheenoh
2021-03-27 22:25:18 -04:00
parent 490051e15d
commit 0441c35d4d
4 changed files with 29 additions and 30 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef F_F_OP_SCENE_H_
#define F_F_OP_SCENE_H_
#include "dolphin/types.h"
#include "f/f_pc/f_pc_node.h"
class scene_class {
public:
/* 0x000 */ u8 field_0x00;
/* 0x004 */ u32 field_0x04;
/* 0x008 */ u8 field_0x08[0x24];
/* 0x02C */ int* field_0x2C;
/* 0x030 */ u8 field_0x30[0x17C];
/* 0x1AC */ nodedraw_method_class* mpNodedrawMtd;
};
#endif
+1 -8
View File
@@ -2,14 +2,7 @@
#define F_F_OP_SCENE_PAUSE_H_
#include "dolphin/types.h"
class scene_class {
public:
/* 0x00 */ u8 field_0x00;
/* 0x04 */ u32 field_0x04;
/* 0x08 */ u8 field_0x08[0x24];
/* 0x2C */ int* field_0x2C;
};
#include "f/f_op/f_op_scene.h"
int fopScnPause_Enable(scene_class* pScene);
int fopScnPause_Disable(scene_class* pScene);