Shipwright/libultraship/libultraship/Lib/Fast3D/U64/PR/ultra64/gu.h

9 lines
141 B
C

#ifndef ULTRA64_GU_H
#define ULTRA64_GU_H
#define GU_PI 3.1415926
#define ROUND(x) (s32)(((x) >= 0.0) ? ((x) + 0.5) : ((x) - 0.5))
#endif