diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-28 00:57:57 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-28 00:57:57 -0400 |
commit | 85fb2bff38b2ef6cb17e86c5f602ee09a365b117 (patch) | |
tree | a8066d33233ec9b6a2b9bb281a1de040ab96be7b /lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h | |
parent | 787393dd86d6c37b5680847dd4eef14406a86687 (diff) |
Added LuaBridge support
Diffstat (limited to 'lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h')
-rw-r--r-- | lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h b/lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h new file mode 100644 index 0000000..805b2b9 --- /dev/null +++ b/lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h @@ -0,0 +1,32 @@ +/* + + 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_K9UFLC__ +#define __APPHEADERFILE_K9UFLC__ + +#include "AppConfig.h" +#include "BinaryData.h" + +#if ! DONT_SET_USING_JUCE_NAMESPACE + // If your code uses a lot of JUCE classes, then this will obviously save you + // a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE. + using namespace juce; +#endif + +namespace ProjectInfo +{ + const char* const projectName = "LuaBridgeTests"; + const char* const versionString = "1.0.0"; + const int versionNumber = 0x10000; +} + +#endif // __APPHEADERFILE_K9UFLC__ |