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:
parent
567e0d5fb7
commit
08b853ee35
18 changed files with 80 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue