comparison Source/Mappings/Control/TouchkeyControlMappingExtendedEditor.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 518027b4a3eb
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 "TouchkeyControlMappingExtendedEditor.h" 24 #include "TouchkeyControlMappingExtendedEditor.h"
24 25
25 26
746 */ 747 */
747 #endif 748 #endif
748 749
749 750
750 //[EndFile] You can add extra defines here... 751 //[EndFile] You can add extra defines here...
752 #endif // TOUCHKEYS_NO_GUI
751 //[/EndFile] 753 //[/EndFile]