Beispiel #1
0
    // *************************************************
    // End message handlers
    // *************************************************


    // ******************************************
    // Audio System Helpers
    // ******************************************
    // Dedicated functions. Wrong but fine for this
    static public void AUDIO_Info()
    {
        if (m_audioSystem != null)
        {
            m_audioSystem.Info();
        }
    }