1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
GLideN64/src/uCodes/ZSort.h
2022-01-29 17:22:09 -05:00

22 lines
257 B
C

#ifndef ZSORT_H
#define ZSORT_H
struct zSortVDest{
s16 sy;
s16 sx;
s32 invw;
s16 yi;
s16 xi;
s16 wi;
u8 fog;
u8 cc;
};
typedef f32 M44[4][4];
void ZSort_Init();
void ZSort_RDPCMD( const Gwords words );
int Calc_invw( int _w );
#endif // ZSORT_H