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>AXARTInit</TITLE> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META http-equiv="Content-Style-Type" content="text/css"> 9</head> 10 11<BODY> 12 13<H1 align="left">AXARTInit</H1> 14 15<H2>Syntax</H2> 16<dl><dd><pre class="construction"> 17#include <revolution.h> 18#include <revolution/axart.h> 19 20void AXARTInit(void); 21</pre></dd></dl> 22 23<H2>Arguments</H2> 24<P>None.</P> 25 26<h2>Return Values</h2> 27<p>None.</p> 28 29<H2>Description</H2> 30<P>The <CODE>AXARTInit</CODE> function initializes the AXART library. This function must be called prior to any other AXART APIs.</P> 31 32<H2>See Also</H2> 33<P class="reference"> 34<A href="AXARTQuit.html">AXARTQuit</A>, <A href="AXARTServiceSounds.html">AXARTServiceSounds</A>, <A href="AXARTSet3DDistanceScale.html">AXARTSet3DDistanceScale</A>, <A href="AXARTSet3DDopplerScale.html">AXARTSet3DDopplerScale</A> 35</P> 36 37<h2>Revision History</h2> 38<P> 392006/03/01 Initial version.<BR> 40</P> 41 42<hr><p>CONFIDENTIAL</p></body> 43</HTML> 44