MxMusicPresenter Destroy

This commit is contained in:
DimaLeon2000 2023-10-11 18:24:34 +09:00
parent 46a5834be7
commit 853ef09c9b

View File

@ -29,7 +29,7 @@ class MxMusicPresenter : public MxAudioPresenter
private:
void Init();
void Destroy(MxBool);
void Destroy(MxBool p_reinit);
};
#endif // MXMUSICPRESENTER_H