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/main.cpp | |
parent | e1472104af014df0e8598f1a3f9b2496b683d6bb (diff) |
*misc
Diffstat (limited to 'Source/Asura.Runner/main.cpp')
-rw-r--r-- | Source/Asura.Runner/main.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Source/Asura.Runner/main.cpp b/Source/Asura.Runner/main.cpp index 96b17bb..3947f65 100644 --- a/Source/Asura.Runner/main.cpp +++ b/Source/Asura.Runner/main.cpp @@ -1,11 +1,12 @@ -#include "Asura.h" +#include "Runner.h" // ϷᱻһԴļrunnerȡݣϷ // RunnerֻܶȡpackerϷļeditorֱϷassetsRunnerһСл int main() { - - Applicatoin runner; - runner.Init(ASURAMODULE_ALL); - + Runner runner; + runner.Init(); + runner.Run(); + runner.Exit(); + return 0; }
\ No newline at end of file |