MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / main

Function main

tests/daS/daSTestAOT/main.cpp:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53int main(int argc, char * argv[])
54{
55 NEED_ALL_DEFAULT_MODULES;
56 Module::Initialize();
57 // run the tutorial
58 tutorial();
59 // shut-down daScript, free all memory
60 Module::Shutdown();
61 return 0;
62}

Callers

nothing calls this directly

Calls 3

InitializeFunction · 0.85
ShutdownFunction · 0.85
tutorialFunction · 0.70

Tested by

no test coverage detected