You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- #ifndef __JUCE_HEADER_H__
- #define __JUCE_HEADER_H__
-
- #include "JucePluginMain.h"
-
- #include "BinaryData.h"
-
- using namespace juce;
-
- namespace ProjectInfo
- {
- const char* const projectName = "Vitalium";
- const char* const companyName = "DISTRHO";
- const char* const versionString = "1.0.6";
- const int versionNumber = 0x10006;
- }
-
- #endif
|