mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-20 05:57:43 -05:00
8 lines
121 B
C
8 lines
121 B
C
#ifndef GUARD_NUMBER_UTIL_H
|
|
#define GUARD_NUMBER_UTIL_H
|
|
|
|
// 0x94450
|
|
s32 RoundUpFixedPoint(s32 fixedPointNumber);
|
|
|
|
#endif
|