|
- /*
-
- IMPORTANT! This file is auto-generated each time you save your
- project - if you alter its contents, your changes may be overwritten!
-
- This is the header file that your files should include in order to get all the
- JUCE library headers. You should avoid including the JUCE headers directly in
- your own source files, because that wouldn't pick up the correct configuration
- options for your app.
-
- */
-
- #ifndef __APPHEADERFILE_9C46E6CC__
- #define __APPHEADERFILE_9C46E6CC__
-
- #include "JucePluginMain.h"
-
- using namespace juce;
-
- namespace ProjectInfo
- {
- const char* const projectName = "Plugin Host";
- const char* const versionString = "1.0.0";
- const int versionNumber = 0x10000;
- }
-
- #endif // __APPHEADERFILE_9C46E6CC__
|