diff options
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 |