mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-24 05:29:47 +00: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
|