summaryrefslogtreecommitdiff
path: root/Source/Asura.Runner/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Runner/main.cpp')
-rw-r--r--Source/Asura.Runner/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/Asura.Runner/main.cpp b/Source/Asura.Runner/main.cpp
deleted file mode 100644
index 3947f65..0000000
--- a/Source/Asura.Runner/main.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "Runner.h"
-
-// ϷᱻһԴļrunnerȡݣϷ
-// RunnerֻܶȡpackerϷļeditorֱϷassetsRunnerһСл
-int main()
-{
- Runner runner;
- runner.Init();
- runner.Run();
- runner.Exit();
- return 0;
-} \ No newline at end of file