/***************************************************************************
 *
 *
 *
 ***************************************************************************
 *
 *
 *
 ***************************************************************************/

#ifndef BENGU_H_INCLUDED
#define BENGU_H_INCLUDED

/*
 * includes
 */

/*
 * defines
 */

/*
 * typedefs
 */

/*
 * structures
 */

/*
 * globals
 */

/*
 * function prototypes
 */

void benGuPerspective(signed short *m,
                      signed short *vpScale,
		      signed long rTanFovY,
		      signed short vpX,
		      signed short vpY);

#endif
