mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
11 lines
226 B
C
11 lines
226 B
C
![]() |
#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
|