mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-15 00:31:43 +00:00
9 lines
243 B
C
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);
|
|
|
|
|