summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-02-16 15:47:00 -0500
committerPheenoh <pheenoh@gmail.com>2021-02-16 15:47:00 -0500
commit1876efc170abf0b2b028be9de2ad1d499fbed672 (patch)
treeff242f75d115b83e6d8dd1d31b601f3ecce6bbaa /include
parentd06ba53d39e2d696faaf134de818e996f4d0ba75 (diff)
f_op_scene_pause OK
Diffstat (limited to 'include')
-rw-r--r--include/f/f_op/f_op_scene_pause.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/include/f/f_op/f_op_scene_pause.h b/include/f/f_op/f_op_scene_pause.h
index d7a4edf28c..98d3a84c57 100644
--- a/include/f/f_op/f_op_scene_pause.h
+++ b/include/f/f_op/f_op_scene_pause.h
@@ -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);