mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-01 14:45:20 -05:00
9 lines
156 B
C
9 lines
156 B
C
#ifndef PMDSKY_NUMBER_UTIL_H
|
|
#define PMDSKY_NUMBER_UTIL_H
|
|
|
|
#include "util.h"
|
|
|
|
s32 CeilFixedPoint(struct fixed_point val_fp);
|
|
|
|
#endif //PMDSKY_NUMBER_UTIL_H
|