1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
6<title>AIReset</title>
7<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
8<META name="GENERATOR" content="Microsoft FrontPage 5.0">
9<META http-equiv="Content-Style-Type" content="text/css">
10</head>
11
12<body>
13
14<h1 align="left">AIReset</h1>
15
16
17<h2>C Specification</h2>
18
19<dl>
20<dd><pre><CODE>#include &lt;revolution.h&gt;</CODE></pre>
21  </dd>
22<dd><pre><CODE>void AIReset (void);</CODE></pre>
23  </dd>
24</dl>
25
26<h2>Arguments</h2>
27
28<P>None.</P>
29
30<h2>Return Values</h2>
31
32<P>None.</P>
33
34<h2>Description</h2>
35
36<P>The <code>AIReset</code> function clears the AI library initialization flag. Therefore, subsequent calls to the <code>AIInit</code> function will reinitialize the AI library.</P>
37
38<h2>See Also</h2>
39
40<P>
41<a href="AIInit.html"><code>AIInit</code></a>, <a href="AICheckInit.html"><code>AICheckInit</code></a>
42</P>
43
44<H2>Revision History</H2>
45<P>2006/03/01 Initial version.</P>
46
47<hr>
48<P>CONFIDENTIAL</p>
49</BODY>
50</HTML>
51