diff options
Diffstat (limited to 'Source/Asura.Runner/main.cpp')
-rw-r--r-- | Source/Asura.Runner/main.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Asura.Runner/main.cpp b/Source/Asura.Runner/main.cpp index 2501188..96b17bb 100644 --- a/Source/Asura.Runner/main.cpp +++ b/Source/Asura.Runner/main.cpp @@ -1,8 +1,11 @@ -#include "SDl2/SDL.h" +#include "Asura.h" // ϷᱻһԴļrunnerȡݣϷ // RunnerֻܶȡpackerϷļeditorֱϷassetsRunnerһСл int main() { + + Applicatoin runner; + runner.Init(ASURAMODULE_ALL); }
\ No newline at end of file |