CAutomobile done

This commit is contained in:
aap
2021-08-20 10:33:02 +02:00
parent 2d41405e29
commit aed313d81c
9 changed files with 361 additions and 270 deletions

View File

@@ -252,6 +252,7 @@ public:
bool8 InitialiseSampleBanks(void);
uint8 GetMusicVolume() const { return m_nMusicVolume; }
uint8 GetMusicFadeVolume() const { return m_nMusicFadeVolume; }
};
extern cSampleManager SampleManager;