1e09bf9c
1 2 3 4 5 6 7 8
#pragma once class cAudioManager { public: void PlayerJustLeftCar(void); }; extern cAudioManager &AudioManager;