Mercurial > hg > touchkeys
diff Source/Mappings/Control/TouchkeyControlMappingShortEditor.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 | 5f25a9b0139e |
children |
line wrap: on
line diff
--- a/Source/Mappings/Control/TouchkeyControlMappingShortEditor.cpp Mon Apr 13 19:30:27 2015 -0700 +++ b/Source/Mappings/Control/TouchkeyControlMappingShortEditor.cpp Mon Apr 13 20:51:17 2015 -0700 @@ -18,6 +18,7 @@ */ //[Headers] You can add your own extra header files here... +#ifndef TOUCHKEYS_NO_GUI //[/Headers] #include "TouchkeyControlMappingShortEditor.h" @@ -344,4 +345,5 @@ //[EndFile] You can add extra defines here... +#endif // TOUCHKEYS_NO_GUI //[/EndFile]