summaryrefslogtreecommitdiff
path: root/Source/Asura.Runner/runner.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-07-29 09:06:09 +0800
committerchai <chaifix@163.com>2019-07-29 09:06:09 +0800
commitecd7883521cbde02f4f1a6b23a7b3b601c32dbef (patch)
tree37d94224896ea6a27777f67d31ec8d71cbfc91f9 /Source/Asura.Runner/runner.h
parent7894c2971626f9560b4ec77a1ce5a9a64a4f3810 (diff)
*misc
Diffstat (limited to 'Source/Asura.Runner/runner.h')
-rw-r--r--Source/Asura.Runner/runner.h17
1 files changed, 11 insertions, 6 deletions
diff --git a/Source/Asura.Runner/runner.h b/Source/Asura.Runner/runner.h
index 8d1bc49..52f4d65 100644
--- a/Source/Asura.Runner/runner.h
+++ b/Source/Asura.Runner/runner.h
@@ -1,16 +1,21 @@
#ifndef __ASURA_RUNNER_H__
#define __ASURA_RUNNER_H__
-#include "Asura.h"
+#include <windows.h>
-using namespace AsuraEngine;
+#include <asura-core/input/input_device.h>
-class Runner : public Application
+namespace AsuraRunner
{
-public:
- void Run(int argc, char* args[]) override;
+ class SDLInputDevice : public AEInput::InputDevice
+ {
+ public:
-};
+
+
+ };
+
+}
#endif \ No newline at end of file