dquakeplus/source/psp/gu/gu_fullbright.h

10 lines
219 B
C
Raw Normal View History

//gu_fullbright.h
#include "gu_model.h"
2022-02-08 21:49:56 +00:00
int FindFullbrightTexture (byte *pixels, int num_pix);
void DrawFullBrightTextures (msurface_t *first_surf, int num_surfs);
void ConvertPixels (byte *pixels, int num_pixels);