0
0
Fork 0
mirror of https://github.com/nzp-team/dquakeplus.git synced 2025-03-04 16:01:00 +00:00
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);