SBSPSS/Utils/Libs/GLib/tquant.h

11 lines
166 B
C
Raw Normal View History

2000-12-04 15:13:40 +01:00
#ifndef __TQUANT_H__
#define __TQUANT_H__
#include "windows.h"
#include "gtypes.h"
void GLIB_API tquant(BYTE* Src, BYTE* Dst, BYTE* Pal, int K, int size);
#endif