engine-psx/include/util.h

11 lines
226 B
C
Raw Normal View History

2024-07-12 20:48:23 -03:00
#ifndef UTIL_H
#define UTIL_H
#include <psxgte.h>
int RotAverageNclip4(SVECTOR *a, SVECTOR *b, SVECTOR *c, SVECTOR *d,
long *xy0, long *xy1, long *xy2, long *xy3,
int *otz);
#endif