'''Inter Calling Analysis''' '''Overview''' This page is used to figure out how the functions are processed and related datastructures after the 0. a.d. is launched. '''main.cpp''' {{{ |main |RunGameOrAtlas |Init |Autostart |Frame |ProgressiveLoad }}} * ps/GameSetup/GameSetup.cpp: static bool Autostart(const CmdLineArgs& args): call Init function, initialize [wiki:cgame game], etc.