mirror of
https://github.com/pret/pmd-red.git
synced 2025-02-11 15:55:38 +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
|