SBSPSS/source/utils/mathmip.h

12 lines
243 B
C
Raw Normal View History

2000-08-29 21:54:22 +02:00
/*****************/
/*** Math Mips ***/
/*****************/
#ifndef __MISCMIP_HEADER__
#define __MISCMIP_HEADER__
/*****************************************************************************/
extern "C" s32 FixedMul(s32 a, s32 b);
#endif