mirror of
https://github.com/libretro/Play-.git
synced 2024-12-13 11:35:30 +00:00
9 lines
119 B
C
9 lines
119 B
C
#ifndef _FPMULTRUNCATE_H_
|
|
#define _FPMULTRUNCATE_H_
|
|
|
|
#include "Types.h"
|
|
|
|
uint32 FpMulTruncate(uint32, uint32);
|
|
|
|
#endif
|