diff options
Diffstat (limited to 'src/ginput')
-rw-r--r-- | src/ginput/ginput_mk.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ginput/ginput_mk.c b/src/ginput/ginput_mk.c new file mode 100644 index 00000000..4ea6f2ea --- /dev/null +++ b/src/ginput/ginput_mk.c @@ -0,0 +1,13 @@ +/* + * This file is subject to the terms of the GFX License. If a copy of + * the license was not distributed with this file, you can obtain one at: + * + * http://ugfx.org/license.html + */ + +#include "ginput.c" +#include "ginput_mouse.c" +#include "ginput_keyboard.c" +#include "ginput_keyboard_microcode.c" +#include "ginput_toggle.c" +#include "ginput_dial.c" |