dquakeplus/source/psp/video_hardware_fullbright.h
2022-02-08 16:49:56 -05:00

9 lines
243 B
C

//video_hardware_fullbright.h
#include "video_hardware_model.h"
int FindFullbrightTexture (byte *pixels, int num_pix);
void DrawFullBrightTextures (msurface_t *first_surf, int num_surfs);
void ConvertPixels (byte *pixels, int num_pixels);