mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Native: Rename all native files for improved consistency
This commit is contained in:
parent
d7f1e59422
commit
05d5c94990
248 changed files with 7121 additions and 7097 deletions
|
|
@ -150,10 +150,10 @@ namespace juce
|
|||
#include "effects/juce_GlowEffect.h"
|
||||
|
||||
#if JUCE_GRAPHICS_INCLUDE_COREGRAPHICS_HELPERS && (JUCE_MAC || JUCE_IOS)
|
||||
#include "native/juce_mac_CoreGraphicsHelpers.h"
|
||||
#include "native/juce_mac_CoreGraphicsContext.h"
|
||||
#include "native/juce_CoreGraphicsHelpers_mac.h"
|
||||
#include "native/juce_CoreGraphicsContext_mac.h"
|
||||
#endif
|
||||
|
||||
#if JUCE_DIRECT2D && JUCE_WINDOWS
|
||||
#include "native/juce_win32_Direct2DGraphicsContext.h"
|
||||
#include "native/juce_Direct2DGraphicsContext_windows.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue