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

Added includes of new template classes.

This commit is contained in:
jules 2014-10-28 14:22:54 +00:00
parent 6a12eaf7de
commit 653a68ddee
44 changed files with 491 additions and 82 deletions

View file

@ -39,6 +39,7 @@ namespace juce
#include "gui/juce_AudioThumbnail.h"
#include "gui/juce_AudioThumbnailCache.h"
#include "gui/juce_MidiKeyboardComponent.h"
#include "gui/juce_AudioAppComponent.h"
#include "players/juce_AudioProcessorPlayer.h"
}