Changes between Version 11 and Version 12 of TDD_InterCallingAnalysis


Ignore:
Timestamp:
Apr 12, 2011, 3:04:56 PM (13 years ago)
Author:
Philip Taylor
Comment:

remove links to inexplicable copy-pasted code

Legend:

Unmodified
Added
Removed
Modified
  • TDD_InterCallingAnalysis

    v11 v12  
    1 '''Inter Calling Analysis'''
    2 
    3 '''Overview'''
    4 
    5 This page is used to figure out how the functions are processed and related datastructures after the 0. a.d. is launched.
    6 
    7 '''main.cpp'''
    8 {{{
    9 |main
    10     |RunGameOrAtlas
    11         |Init
    12             |Autostart
    13         |Frame 
    14             |ProgressiveLoad
    15 }}}
    16 
    17  * ps/GameSetup/GameSetup.cpp: static bool Autostart(const CmdLineArgs& args): call Init function, initialize [wiki:cgame game], etc.
    18 
    19 
    20 
    21 
     1(Deleted.)