diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-08-18 10:01:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-18 01:01:51 -0600 |
| commit | 00bbaf6216935df56f2b88456d60ea894ac20a53 (patch) | |
| tree | 6f04d4b9e137e71d85cd07133cccd8f912007f00 /include/Z2AudioLib/Z2SceneMgr.h | |
| parent | 114582643fcdb8b99499984e7e8e1f6c4e0671da (diff) | |
Z2WolfHowlMgr, d_bg_s, quat OK (#1887)
Diffstat (limited to 'include/Z2AudioLib/Z2SceneMgr.h')
| -rw-r--r-- | include/Z2AudioLib/Z2SceneMgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Z2AudioLib/Z2SceneMgr.h b/include/Z2AudioLib/Z2SceneMgr.h index 4cb65bf48a..1f6d9d5ebd 100644 --- a/include/Z2AudioLib/Z2SceneMgr.h +++ b/include/Z2AudioLib/Z2SceneMgr.h @@ -28,7 +28,8 @@ public: void loadSeWave(u32); void loadBgmWave(u32); - bool isSceneExist() { return sceneExist; } + bool isSceneExist() const { return sceneExist; } + int getCurrentSceneNum() const { return sceneNum; } private: /* 0x00 */ long BGM_ID; |
