Palomino - Init Module

©2004,2009  Jim E. Brooks   http://www.palomino3d.org



Overview

[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: Sat Nov 7 14:51:22 CST 2009