mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-26 13:32:55 -04:00
7 lines
110 B
C
7 lines
110 B
C
#ifndef GUARD_NUMBER_UTIL_H
|
|
#define GUARD_NUMBER_UTIL_H
|
|
|
|
s32 RoundUpFixedPoint(s32 fixedPointNumber);
|
|
|
|
#endif
|