New sound system & removed miles

This commit is contained in:
Amun
2025-08-27 21:55:11 +03:00
parent eedc2a0748
commit 71e906b8f2
58 changed files with 94365 additions and 9806 deletions

View File

@@ -11,7 +11,7 @@
#include "gamelib/ItemManager.h"
#include "gamelib/FlyingObjectManager.h"
#include "gamelib/GameEventManager.h"
#include "milesLib/SoundManager.h"
#include "AudioLib/SoundEngine.h"
#include "PythonEventManager.h"
#include "PythonPlayer.h"
@@ -310,7 +310,7 @@ class CPythonApplication : public CMSApplication, public CInputKeyboard, public
CTimer m_timer;
CLightManager m_LightManager;
CSoundManager m_SoundManager;
SoundEngine m_SoundEngine;
CFlyingManager m_FlyingManager;
CRaceManager m_RaceManager;
CGameEventManager m_GameEventManager;