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