#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