tuxpaint-pencil-sharpener/src/hq4x.h
2003-12-21 00:50:52 +00:00

9 lines
149 B
C

#ifndef HQ4X_H
#define HQ4X_H
#include "SDL.h"
void hq4x_32(SDL_Surface * src, SDL_Surface * dest,
Uint32 RGBtoYUV[65536]);
#endif