JUCE
|
Macros | |
#define | JUCE_MAJOR_VERSION 5 |
Current JUCE version number. More... | |
#define | JUCE_MINOR_VERSION 4 |
#define | JUCE_BUILDNUMBER 7 |
#define | JUCE_VERSION ((JUCE_MAJOR_VERSION << 16) + (JUCE_MINOR_VERSION << 8) + JUCE_BUILDNUMBER) |
Current JUCE version number. More... | |
#define | JUCE_API |
This macro is added to all JUCE public class declarations. More... | |
#define | JUCE_PUBLIC_IN_DLL_BUILD(declaration) declaration; |
#define | JUCE_PUBLIC_FUNCTION JUCE_API JUCE_CALLTYPE |
This macro is added to all JUCE public function declarations. More... | |