From e1cdfd27cad943290a0233119548a8dd8876bd52 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Thu, 29 Aug 2019 20:02:35 -0400 Subject: Replaced LuaBridge with sol2 and completely encapsulated scripting within script system --- lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h | 32 ------------------------ 1 file changed, 32 deletions(-) delete mode 100644 lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h (limited to 'lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h') diff --git a/lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h b/lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h deleted file mode 100644 index 805b2b9..0000000 --- a/lib/LuaBridge/Tests/JuceLibraryCode/JuceHeader.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - - 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__ -- cgit v1.2.3