예제 #1
0
        void CleanupAndExit()
        {
            demoWrapper.CleanUpAndExit();
            syncSystem.CleanAndExit();
            audioSystem.CleanAndExit();

            Logger.ResetColors();

            Exit();
        }