mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-27 04:25:20 -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
|