mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead)
This commit is contained in:
parent
a43448df13
commit
ed97872c1a
74 changed files with 571 additions and 775 deletions
|
|
@ -30,7 +30,7 @@ BEGIN_JUCE_NAMESPACE
|
|||
#include "juce_BufferingAudioSource.h"
|
||||
#include "../../threads/juce_ScopedLock.h"
|
||||
#include "../../core/juce_Singleton.h"
|
||||
#include "../../containers/juce_VoidArray.h"
|
||||
#include "../../containers/juce_Array.h"
|
||||
#include "../../utilities/juce_DeletedAtShutdown.h"
|
||||
#include "../../events/juce_Timer.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue