From 2eeaeafb40a6b04b811714c793fb97ce4de41254 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 30 Jan 2021 14:14:01 +0000 Subject: Split into main app and library the rest for testing --- application/inputHandler.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 application/inputHandler.h (limited to 'application/inputHandler.h') diff --git a/application/inputHandler.h b/application/inputHandler.h deleted file mode 100644 index bcb900b..0000000 --- a/application/inputHandler.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef INPUT_HANDLER_H -#define INPUT_HANDLER_H - -union SDL_Event; - -class InputHandler { -public: - virtual ~InputHandler() = default; - - virtual bool handleInput(SDL_Event &) = 0; -}; - -#endif -- cgit v1.2.3