This commit is contained in:
Daveo 2000-08-29 19:54:22 +00:00
parent e9f123dec7
commit 74ac11a27f
40 changed files with 6829 additions and 0 deletions

11
source/utils/mathmip.h Normal file
View file

@ -0,0 +1,11 @@
/*****************/
/*** Math Mips ***/
/*****************/
#ifndef __MISCMIP_HEADER__
#define __MISCMIP_HEADER__
/*****************************************************************************/
extern "C" s32 FixedMul(s32 a, s32 b);
#endif