| Version 11 (modified by chlin, 3 years ago) (diff) |
|---|
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 game, etc.
