diff options
author | chai <chaifix@163.com> | 2019-03-04 08:59:21 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-04 08:59:21 +0800 |
commit | c19a282e10f51ddd50d198b903f8fbd5a2238b62 (patch) | |
tree | 407cfda6ec917a86135153915a924e38f76c0553 /Source/Asura.Runner/Runner.h | |
parent | e1472104af014df0e8598f1a3f9b2496b683d6bb (diff) |
*misc
Diffstat (limited to 'Source/Asura.Runner/Runner.h')
-rw-r--r-- | Source/Asura.Runner/Runner.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/Asura.Runner/Runner.h b/Source/Asura.Runner/Runner.h new file mode 100644 index 0000000..45d9028 --- /dev/null +++ b/Source/Asura.Runner/Runner.h @@ -0,0 +1,15 @@ +#ifndef __ASURA_RUNNER_H__ +#define __ASURA_RUNNER_H__ + +#include "Asura.h" + +using namespace AsuraEngine; + +class Runner : public Application +{ +public: + + +}; + +#endif
\ No newline at end of file |