From 38818e2abc0fb4e8f71f2c262f10ef5cb7fc4710 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 17 May 2018 21:02:44 +0800 Subject: change file tree --- src/libjin/input/input.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/libjin/input/input.h (limited to 'src/libjin/input') diff --git a/src/libjin/input/input.h b/src/libjin/input/input.h new file mode 100644 index 0000000..217edd2 --- /dev/null +++ b/src/libjin/input/input.h @@ -0,0 +1,8 @@ +#ifndef __JIN_INPUT_H +#define __JIN_INPUT_H + +#include "event.h" +#include "keyboard.h" +#include "mouse.h" + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0