comparison Source/Mappings/PitchBend/TouchkeyPitchBendMappingShortEditor.cpp @ 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 dfff66c07936
children
comparison
equal deleted inserted replaced
49:90ce403d0dc5 50:114427cb39f0
16 16
17 ============================================================================== 17 ==============================================================================
18 */ 18 */
19 19
20 //[Headers] You can add your own extra header files here... 20 //[Headers] You can add your own extra header files here...
21 #ifndef TOUCHKEYS_NO_GUI
21 //[/Headers] 22 //[/Headers]
22 23
23 #include "TouchkeyPitchBendMappingShortEditor.h" 24 #include "TouchkeyPitchBendMappingShortEditor.h"
24 25
25 26
261 */ 262 */
262 #endif 263 #endif
263 264
264 265
265 //[EndFile] You can add extra defines here... 266 //[EndFile] You can add extra defines here...
267 #endif // TOUCHKEYS_NO_GUI
266 //[/EndFile] 268 //[/EndFile]