1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00
This commit is contained in:
LukeSonnox 2025-12-16 10:22:12 +00:00 committed by GitHub
commit 7cc5ff29da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 389 additions and 0 deletions

View file

@ -204,6 +204,7 @@ extern "C"
#include "fonts/juce_GlyphArrangement.cpp"
#include "fonts/juce_TextLayout.cpp"
#include "effects/juce_DropShadowEffect.cpp"
#include "effects/juce_StackShadowEffect.cpp"
#include "effects/juce_GlowEffect.cpp"
#if JUCE_UNIT_TESTS