JUCEApplication::initialiseForGUI()

JUCEApplication::initialiseForGUI() and JUCEApplication::shutdownForGUI() do not seem to exist in any .cpp file although initialiseJuce_GUI() and shutdownJuce_GUI() work ok…

Damn - sorry, those shouldn’t be in there. I guess I tried out putting them in the JUCEApplication class first of all, then decided that was the wrong place, but must have forgotten to remove the definitions. Just use the global functions instead.

I did and it works, now I need to know how to restore my old button colors back, I saw something in the forum some time ago, will see about it and how all works on the Mac