d@0: /* d@0: d@0: IMPORTANT! This file is auto-generated each time you save your d@0: project - if you alter its contents, your changes may be overwritten! d@0: d@0: This is the header file that your files should include in order to get all the d@0: JUCE library headers. You should avoid including the JUCE headers directly in d@0: your own source files, because that wouldn't pick up the correct configuration d@0: options for your app. d@0: d@0: */ d@0: d@0: #ifndef __APPHEADERFILE_HVJBYI__ d@0: #define __APPHEADERFILE_HVJBYI__ d@0: d@0: #include "AppConfig.h" d@14: d@14: #include d@14: #include d@14: #include d@14: #include d@14: #include d@14: #include d@14: #include d@14: #include d@14: #include d@14: #include d@14: #include d@14: #include d@14: #include d@14: d@0: #include "BinaryData.h" d@0: d@0: #if ! DONT_SET_USING_JUCE_NAMESPACE d@0: // If your code uses a lot of JUCE classes, then this will obviously save you d@0: // a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE. d@0: using namespace juce; d@0: #endif d@0: d@0: #if ! JUCE_DONT_DECLARE_PROJECTINFO d@0: namespace ProjectInfo d@0: { d@0: const char* const projectName = "FeatureExtractionTool"; d@0: const char* const versionString = "1.0.0"; d@0: const int versionNumber = 0x10000; d@0: } d@0: #endif d@0: d@0: #endif // __APPHEADERFILE_HVJBYI__