mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
10 lines
265 B
Text
10 lines
265 B
Text
|
|
/*
|
|
When using XCode, you should add this file to your project
|
|
instead of using juce_amalgamated.cpp directly.
|
|
|
|
This is because on the Mac we need to force the compiler to
|
|
treat the code as mixed C++/objective-C.
|
|
*/
|
|
|
|
#include "juce_amalgamated.cpp"
|