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

Added the standard JUCE splash screen and app usage reporting

This commit is contained in:
hogliux 2017-04-27 13:51:07 +01:00
parent 750ab85fe9
commit 7ed37f8600
17 changed files with 594 additions and 41 deletions

View file

@ -245,6 +245,7 @@ class FlexBox;
#include "widgets/juce_ToolbarItemPalette.h"
#include "buttons/juce_ToolbarButton.h"
#include "misc/juce_DropShadower.h"
#include "misc/juce_JUCESplashScreen.h"
#include "widgets/juce_TreeView.h"
#include "windows/juce_TopLevelWindow.h"
#include "windows/juce_AlertWindow.h"