Mercurial > hg > batch-feature-extraction-tool
comparison JuceLibraryCode/JuceHeader.h @ 0:25bf17994ef1
First commit. VS2013, Codeblocks and Mac OSX configuration
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Thu, 09 Jul 2015 01:12:16 +0100 |
parents | |
children | 636c989477e7 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:25bf17994ef1 |
---|---|
1 /* | |
2 | |
3 IMPORTANT! This file is auto-generated each time you save your | |
4 project - if you alter its contents, your changes may be overwritten! | |
5 | |
6 This is the header file that your files should include in order to get all the | |
7 JUCE library headers. You should avoid including the JUCE headers directly in | |
8 your own source files, because that wouldn't pick up the correct configuration | |
9 options for your app. | |
10 | |
11 */ | |
12 | |
13 #ifndef __APPHEADERFILE_HVJBYI__ | |
14 #define __APPHEADERFILE_HVJBYI__ | |
15 | |
16 #include "AppConfig.h" | |
17 #include "modules/juce_audio_basics/juce_audio_basics.h" | |
18 #include "modules/juce_audio_devices/juce_audio_devices.h" | |
19 #include "modules/juce_audio_formats/juce_audio_formats.h" | |
20 #include "modules/juce_audio_processors/juce_audio_processors.h" | |
21 #include "modules/juce_core/juce_core.h" | |
22 #include "modules/juce_cryptography/juce_cryptography.h" | |
23 #include "modules/juce_data_structures/juce_data_structures.h" | |
24 #include "modules/juce_events/juce_events.h" | |
25 #include "modules/juce_graphics/juce_graphics.h" | |
26 #include "modules/juce_gui_basics/juce_gui_basics.h" | |
27 #include "modules/juce_gui_extra/juce_gui_extra.h" | |
28 #include "modules/juce_opengl/juce_opengl.h" | |
29 #include "modules/juce_video/juce_video.h" | |
30 #include "BinaryData.h" | |
31 | |
32 #if ! DONT_SET_USING_JUCE_NAMESPACE | |
33 // If your code uses a lot of JUCE classes, then this will obviously save you | |
34 // a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE. | |
35 using namespace juce; | |
36 #endif | |
37 | |
38 #if ! JUCE_DONT_DECLARE_PROJECTINFO | |
39 namespace ProjectInfo | |
40 { | |
41 const char* const projectName = "FeatureExtractionTool"; | |
42 const char* const versionString = "1.0.0"; | |
43 const int versionNumber = 0x10000; | |
44 } | |
45 #endif | |
46 | |
47 #endif // __APPHEADERFILE_HVJBYI__ |