summaryrefslogtreecommitdiff
path: root/Source
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
parent7894c2971626f9560b4ec77a1ce5a9a64a4f3810 (diff)
*misc
Diffstat (limited to 'Source')
-rw-r--r--Source/Asura.Runner/Runner.cpp10
-rw-r--r--Source/Asura.Runner/Runner.h17
-rw-r--r--Source/Asura.Runner/runner.cpp10
-rw-r--r--Source/Asura.Runner/runner.h17
4 files changed, 22 insertions, 32 deletions
diff --git a/Source/Asura.Runner/Runner.cpp b/Source/Asura.Runner/Runner.cpp
index 47f44ec..e69de29 100644
--- a/Source/Asura.Runner/Runner.cpp
+++ b/Source/Asura.Runner/Runner.cpp
@@ -1,10 +0,0 @@
-#include "Asura.h"
-#include "Runner.h"
-
-void Runner::Run(int argc, char* args[])
-{
-
-
-}
-
-ASURA_RUN(Runner); \ No newline at end of file
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
diff --git a/Source/Asura.Runner/runner.cpp b/Source/Asura.Runner/runner.cpp
index 47f44ec..e69de29 100644
--- a/Source/Asura.Runner/runner.cpp
+++ b/Source/Asura.Runner/runner.cpp
@@ -1,10 +0,0 @@
-#include "Asura.h"
-#include "Runner.h"
-
-void Runner::Run(int argc, char* args[])
-{
-
-
-}
-
-ASURA_RUN(Runner); \ No newline at end of file
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