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/AppConfig.h | |
parent | 787393dd86d6c37b5680847dd4eef14406a86687 (diff) |
Added LuaBridge support
Diffstat (limited to 'lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h')
-rw-r--r-- | lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h b/lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h new file mode 100644 index 0000000..1750fab --- /dev/null +++ b/lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h @@ -0,0 +1,27 @@ +/* + + IMPORTANT! This file is auto-generated each time you save your + project - if you alter its contents, your changes may be overwritten! + + There's a section below where you can add your own custom code safely, and the + Introjucer will preserve the contents of that block, but the best way to change + any of these definitions is by using the Introjucer's project settings. + + Any commented-out settings will assume their default values. + +*/ + +#ifndef __JUCE_APPCONFIG_K9UFLC__ +#define __JUCE_APPCONFIG_K9UFLC__ + +//============================================================================== +// [BEGIN_USER_CODE_SECTION] + +// (You can add your own code in this section, and the Introjucer will not overwrite it) + +// [END_USER_CODE_SECTION] + +//============================================================================== + + +#endif // __JUCE_APPCONFIG_K9UFLC__ |