d@0
|
1 /*
|
d@0
|
2
|
d@0
|
3 IMPORTANT! This file is auto-generated each time you save your
|
d@0
|
4 project - if you alter its contents, your changes may be overwritten!
|
d@0
|
5
|
d@0
|
6 This is the header file that your files should include in order to get all the
|
d@0
|
7 JUCE library headers. You should avoid including the JUCE headers directly in
|
d@0
|
8 your own source files, because that wouldn't pick up the correct configuration
|
d@0
|
9 options for your app.
|
d@0
|
10
|
d@0
|
11 */
|
d@0
|
12
|
d@0
|
13 #ifndef __APPHEADERFILE_HVJBYI__
|
d@0
|
14 #define __APPHEADERFILE_HVJBYI__
|
d@0
|
15
|
d@0
|
16 #include "AppConfig.h"
|
d@14
|
17
|
d@14
|
18 #include <juce_audio_basics/juce_audio_basics.h>
|
d@14
|
19 #include <juce_audio_devices/juce_audio_devices.h>
|
d@14
|
20 #include <juce_audio_formats/juce_audio_formats.h>
|
d@14
|
21 #include <juce_audio_processors/juce_audio_processors.h>
|
d@14
|
22 #include <juce_core/juce_core.h>
|
d@14
|
23 #include <juce_cryptography/juce_cryptography.h>
|
d@14
|
24 #include <juce_data_structures/juce_data_structures.h>
|
d@14
|
25 #include <juce_events/juce_events.h>
|
d@14
|
26 #include <juce_graphics/juce_graphics.h>
|
d@14
|
27 #include <juce_gui_basics/juce_gui_basics.h>
|
d@14
|
28 #include <juce_gui_extra/juce_gui_extra.h>
|
d@14
|
29 #include <juce_opengl/juce_opengl.h>
|
d@14
|
30 #include <juce_video/juce_video.h>
|
d@14
|
31
|
d@0
|
32 #include "BinaryData.h"
|
d@0
|
33
|
d@0
|
34 #if ! DONT_SET_USING_JUCE_NAMESPACE
|
d@0
|
35 // If your code uses a lot of JUCE classes, then this will obviously save you
|
d@0
|
36 // a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE.
|
d@0
|
37 using namespace juce;
|
d@0
|
38 #endif
|
d@0
|
39
|
d@0
|
40 #if ! JUCE_DONT_DECLARE_PROJECTINFO
|
d@0
|
41 namespace ProjectInfo
|
d@0
|
42 {
|
d@0
|
43 const char* const projectName = "FeatureExtractionTool";
|
d@0
|
44 const char* const versionString = "1.0.0";
|
d@0
|
45 const int versionNumber = 0x10000;
|
d@0
|
46 }
|
d@0
|
47 #endif
|
d@0
|
48
|
d@0
|
49 #endif // __APPHEADERFILE_HVJBYI__
|