mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-02 07:25:01 -05: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
|