/******************************************************************************
 *
 * aiutils.h -- Useful functions 
 *
 * (c) Leonid (Lodrion) Taycher 2000
 *
 ******************************************************************************/


#ifndef __AIUTILS_H__
#define __AIUTILS_H__

#include <math.h>
#include <stdlib.h>

#include <aiiutils.h>

double angleToZeroCtr(double angle);

#endif
