mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-22 01:35:35 -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
|