diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Asura.Runner/Runner.cpp | 0 | ||||
-rw-r--r-- | Source/Asura.Runner/Runner.h | 21 | ||||
-rw-r--r-- | Source/Asura.Runner/runner.cpp | 0 | ||||
-rw-r--r-- | Source/Asura.Runner/runner.h | 21 |
4 files changed, 0 insertions, 42 deletions
diff --git a/Source/Asura.Runner/Runner.cpp b/Source/Asura.Runner/Runner.cpp deleted file mode 100644 index e69de29..0000000 --- a/Source/Asura.Runner/Runner.cpp +++ /dev/null diff --git a/Source/Asura.Runner/Runner.h b/Source/Asura.Runner/Runner.h deleted file mode 100644 index 52f4d65..0000000 --- a/Source/Asura.Runner/Runner.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __ASURA_RUNNER_H__ -#define __ASURA_RUNNER_H__ - -#include <windows.h> - -#include <asura-core/input/input_device.h> - -namespace AsuraRunner -{ - - class SDLInputDevice : public AEInput::InputDevice - { - public: - - - - }; - -} - -#endif
\ No newline at end of file diff --git a/Source/Asura.Runner/runner.cpp b/Source/Asura.Runner/runner.cpp deleted file mode 100644 index e69de29..0000000 --- a/Source/Asura.Runner/runner.cpp +++ /dev/null diff --git a/Source/Asura.Runner/runner.h b/Source/Asura.Runner/runner.h deleted file mode 100644 index 52f4d65..0000000 --- a/Source/Asura.Runner/runner.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __ASURA_RUNNER_H__ -#define __ASURA_RUNNER_H__ - -#include <windows.h> - -#include <asura-core/input/input_device.h> - -namespace AsuraRunner -{ - - class SDLInputDevice : public AEInput::InputDevice - { - public: - - - - }; - -} - -#endif
\ No newline at end of file |