diff options
| author | Pheenoh <pheenoh@gmail.com> | 2021-02-16 15:47:00 -0500 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2021-02-16 15:47:00 -0500 |
| commit | 1876efc170abf0b2b028be9de2ad1d499fbed672 (patch) | |
| tree | ff242f75d115b83e6d8dd1d31b601f3ecce6bbaa /include | |
| parent | d06ba53d39e2d696faaf134de818e996f4d0ba75 (diff) | |
f_op_scene_pause OK
Diffstat (limited to 'include')
| -rw-r--r-- | include/f/f_op/f_op_scene_pause.h | 12 |
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); |
