#ifndef _Z64VEC_H_
#define _Z64VEC_H_
#include <ultra64.h>
typedef struct {
f32 x, y;
} Vec2f;
f32 x, y, z;
} Vec3f;
s16 x, y, z;
} Vec3s;
s32 x, y, z;
} Vec3i;
#endif