mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 12:35:46 -04:00
10 lines
138 B
C
10 lines
138 B
C
#ifndef IN_GAME_CEIL_H
|
|
#define IN_GAME_CEIL_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
f32 ceilf(f32 value);
|
|
s32 ceil(f32 value);
|
|
|
|
#endif
|