Play-/Source/ee/FpMulTruncate.h
2015-05-06 00:54:15 -04:00

9 lines
119 B
C

#ifndef _FPMULTRUNCATE_H_
#define _FPMULTRUNCATE_H_
#include "Types.h"
uint32 FpMulTruncate(uint32, uint32);
#endif