mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
8 lines
119 B
C
8 lines
119 B
C
#ifndef _FPMULTRUNCATE_H_
|
|
#define _FPMULTRUNCATE_H_
|
|
|
|
#include "Types.h"
|
|
|
|
uint32 FpMulTruncate(uint32, uint32);
|
|
|
|
#endif
|