shithub: qk1

ref: 18c2fe5605dfe16142b6dd4eb7356038989d5801
dir: /pal.c/

View raw version
#include "quakedef.h"

void
pal2xrgb(int n, s32int *pal, u8int *s, u32int *d)
{
	while(n-- > 0)
		*d++ = pal[*s++];
}