From ecd7883521cbde02f4f1a6b23a7b3b601c32dbef Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 29 Jul 2019 09:06:09 +0800 Subject: *misc --- Source/Asura.Runner/runner.h | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'Source/Asura.Runner/runner.h') 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 -using namespace AsuraEngine; +#include -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 -- cgit v1.1-26-g67d0