comparison Source/Mappings/ReleaseAngle/TouchkeyReleaseAngleMappingExtendedEditor.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 78b9808a2c65
children
comparison
equal deleted inserted replaced
49:90ce403d0dc5 50:114427cb39f0
19 19
20 #ifndef __JUCE_HEADER_24D73157539FBFD0__ 20 #ifndef __JUCE_HEADER_24D73157539FBFD0__
21 #define __JUCE_HEADER_24D73157539FBFD0__ 21 #define __JUCE_HEADER_24D73157539FBFD0__
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 "TouchkeyReleaseAngleMappingFactory.h" 27 #include "TouchkeyReleaseAngleMappingFactory.h"
26 //[/Headers] 28 //[/Headers]
27 29
28 30
108 //============================================================================== 110 //==============================================================================
109 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (TouchkeyReleaseAngleMappingExtendedEditor) 111 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (TouchkeyReleaseAngleMappingExtendedEditor)
110 }; 112 };
111 113
112 //[EndFile] You can add extra defines here... 114 //[EndFile] You can add extra defines here...
115 #endif // TOUCHKEYS_NO_GUI
113 //[/EndFile] 116 //[/EndFile]
114 117
115 #endif // __JUCE_HEADER_24D73157539FBFD0__ 118 #endif // __JUCE_HEADER_24D73157539FBFD0__