#include <revolution> void AXInit(void);
None.
None.
AXInit() initializes the AX and the DSP. This function must be called before any other AX calls.
Note: The application must ensure that the AI library has been initialized before calling AXInit().
Note: AX also requires the use of the default stack for AI (in other words, AIInit() must be called with a NULL argument).
03/01/2006 Initial version.