#include <revolution/os.h>
void OSInit(void);
None.
None.
Initializes the OS.
By default, the OSInit function is called from the C startup routine before any C++ global constructors. This function doesn't have to be called from the game program.
Initialization Functions, OSGetConsoleType
03/01/2006 Initial version.