diff options
Diffstat (limited to 'src/input/event.cpp')
-rw-r--r-- | src/input/event.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/input/event.cpp b/src/input/event.cpp new file mode 100644 index 0000000..8eb45e6 --- /dev/null +++ b/src/input/event.cpp @@ -0,0 +1,7 @@ +#include "event.h" +#include "SDL2\SDL.h" + +namespace jin +{ + +}
\ No newline at end of file |