Better organization for Frontend.cpp

This commit is contained in:
_AG 2019-06-25 14:25:39 +02:00
commit 28509e216f
8 changed files with 772 additions and 668 deletions

View file

@ -3,6 +3,7 @@
class cAudioManager {
public:
void PlayerJustLeftCar(void);
void Service();
};
extern cAudioManager &AudioManager;