shithub: qk1

ref: a53e14793a11a6af0b83bdbd94772c47ee41e44b
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++];
}