Files
2023-06-04 03:20:57 +02:00

16 lines
302 B
C

#ifndef _JSYSTEM_RESTLUT_H
#define _JSYSTEM_RESTLUT_H
#include <dolphin/gx.h>
#include "types.h"
struct ResTLUT
{
u8 mFormat; // _00, GXTlutFormat
u8 mTransparency; // _01, JUTTransparency
u16 mNumColors; // _02
u8 _04[0x1C]; // _04
u32 _20; // _20
};
#endif