9 lines
149 B
C
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
|