diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-29 20:02:35 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-29 20:02:35 -0400 |
commit | e1cdfd27cad943290a0233119548a8dd8876bd52 (patch) | |
tree | 1dc0526cc492f9112b5269511c9d634599304940 /lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h | |
parent | 4ac4b280abf2ffa28caa5a532353115a3033444f (diff) |
Replaced LuaBridge with sol2 and completely encapsulated scripting within script system
Diffstat (limited to 'lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h')
-rw-r--r-- | lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h b/lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h deleted file mode 100644 index 1750fab..0000000 --- a/lib/LuaBridge/Tests/JuceLibraryCode/AppConfig.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - - 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__ |