25 #ifndef __I6ENGINE_MODULES_AUDIOCONTROLLER_H__ 
   26 #define __I6ENGINE_MODULES_AUDIOCONTROLLER_H__ 
   63                 void OnThreadStart() 
override;
 
   68                 void ShutDown() 
override;
 
#define ISIXE_MODULES_API
 
Part of the Subsystem that keeps the whole module running. 
 
Controls the sounds and music. 
 
#define ASSERT_THREAD_SAFETY_HEADER
 
Handles the incoming messages on the audio channel and calls the corresponding methods.