©2004,2008 Jim E. Brooks http://www.palomino3d.org
[2007/12]
The init module has two bootstrap/kickstart functions: Init() and Start(). The app's main() function would call init::Init() then init::Start(). Both call their counterparts in most of the other modules. Thus, the startup of the program is split: Init() means to initialize a module, Start() means to begin execution.
Last modified: Thu Jan 31 20:24:03 EST 2008