1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="Microsoft FrontPage 5.0">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
8<TITLE>OSInit</TITLE>
9</HEAD>
10<BODY>
11<H1>OSInit</H1>
12<H2>C Specification</H2>
13<DL>
14  <DD>
15<PRE><CODE>#include &lt;revolution/os.h&gt;</CODE></PRE>
16  <DD>
17<PRE><CODE>void OSInit(void);</CODE></PRE>
18</DL>
19<H2>Arguments</H2>
20<P>None.</P>
21<H2>Return Values</H2>
22<P>None.</P>
23<H2>Description</H2>
24<P>Initializes the OS.&nbsp;</P>
25<P>By default, the <code>OSInit</code> 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.</P>
26
27<H2>See Also</H2>
28<P><a href="../list.html#Initialization" target="contents">Initialization Functions</a>, <a href="OSGetConsoleType.html"><code>OSGetConsoleType</code></a></P>
29<H2>Revision History</H2>
30<P>03/01/2006 Initial version.</P>
31</BODY>
32</HTML>