OSInit

Syntax

#include <revolution/os.h>

void OSInit(void);

Arguments

None.

Return Values

None.

Description

Initializes the OS. 

Be aware that, by default, the OSInit function is called from the C start up routine even before any C++ global constructors. This function doesn't have to be called from the game program.

See Also

Initialization functions, OSGetConsoleType

Revision History

2006/03/01 Initial version.


CONFIDENTIAL