mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -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
|