audiomanager implementation

This commit is contained in:
itsmattkc
2019-09-27 03:01:09 +10:00
parent d1cc36cb78
commit 8df4cf2cdc
9 changed files with 139 additions and 7 deletions
+2
View File
@@ -106,6 +106,8 @@ void Core::Start()
void Core::Stop()
{
AudioManager::DestroyInstance();
delete main_window_;
}