mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-23 12:22:11 +00:00
10 lines
243 B
C
10 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);
|
||
|
|
||
|
|