1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<title>AICheckInit</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">AICheckInit</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><pre><code>#include <revolution.h></code></pre> 21 </dd> 22<dd><pre><code>BOOL AICheckInit(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>Returns <CODE>TRUE</CODE> if the AI library has already been initialized; otherwise, returns <CODE>FALSE</CODE>.</P> 33 34<h2>Description</h2> 35 36<P>Checks if the <code>AIInit</code> function has already been called and the AI library has been initialized.</P> 37 38<h2>See Also</h2> 39 40<P> 41<a href="AIInit.html"><code>AIInit</code></a>, <a href="AIReset.html"><code>AIReset</code></a></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