diff Source/Mappings/Control/TouchkeyControlMappingExtendedEditor.h @ 50:114427cb39f0

Changes to allow software to be run from the command line (still needs testing)
author Andrew McPherson <andrewm@eecs.qmul.ac.uk>
date Mon, 13 Apr 2015 20:51:17 -0700
parents 85577160a0d4
children
line wrap: on
line diff
--- a/Source/Mappings/Control/TouchkeyControlMappingExtendedEditor.h	Mon Apr 13 19:30:27 2015 -0700
+++ b/Source/Mappings/Control/TouchkeyControlMappingExtendedEditor.h	Mon Apr 13 20:51:17 2015 -0700
@@ -21,6 +21,8 @@
 #define __JUCE_HEADER_AD461861885EB942__
 
 //[Headers]     -- You can add your own extra header files here --
+#ifndef TOUCHKEYS_NO_GUI
+
 #include "JuceHeader.h"
 #include "TouchkeyControlMappingFactory.h"
 //[/Headers]
@@ -105,6 +107,7 @@
 };
 
 //[EndFile] You can add extra defines here...
+#endif      // TOUCHKEYS_NO_GUI
 //[/EndFile]
 
 #endif   // __JUCE_HEADER_AD461861885EB942__