1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public

This commit is contained in:
jules 2016-02-04 16:07:21 +00:00
parent 567e0d5fb7
commit 08b853ee35
18 changed files with 80 additions and 59 deletions

View file

@ -108,6 +108,11 @@ class LowLevelGraphicsContext;
#include "effects/juce_DropShadowEffect.h"
#include "effects/juce_GlowEffect.h"
#if JUCE_GRAPHICS_INCLUDE_COREGRAPHICS_HELPERS && JUCE_MAC
#include "native/juce_mac_CoreGraphicsHelpers.h"
#include "native/juce_mac_CoreGraphicsContext.h"
#endif
}
#endif // JUCE_GRAPHICS_H_INCLUDED