comparison 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
comparison
equal deleted inserted replaced
49:90ce403d0dc5 50:114427cb39f0
19 19
20 #ifndef __JUCE_HEADER_AD461861885EB942__ 20 #ifndef __JUCE_HEADER_AD461861885EB942__
21 #define __JUCE_HEADER_AD461861885EB942__ 21 #define __JUCE_HEADER_AD461861885EB942__
22 22
23 //[Headers] -- You can add your own extra header files here -- 23 //[Headers] -- You can add your own extra header files here --
24 #ifndef TOUCHKEYS_NO_GUI
25
24 #include "JuceHeader.h" 26 #include "JuceHeader.h"
25 #include "TouchkeyControlMappingFactory.h" 27 #include "TouchkeyControlMappingFactory.h"
26 //[/Headers] 28 //[/Headers]
27 29
28 30
103 //============================================================================== 105 //==============================================================================
104 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (TouchkeyControlMappingExtendedEditor) 106 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (TouchkeyControlMappingExtendedEditor)
105 }; 107 };
106 108
107 //[EndFile] You can add extra defines here... 109 //[EndFile] You can add extra defines here...
110 #endif // TOUCHKEYS_NO_GUI
108 //[/EndFile] 111 //[/EndFile]
109 112
110 #endif // __JUCE_HEADER_AD461861885EB942__ 113 #endif // __JUCE_HEADER_AD461861885EB942__