summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
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