2024-09-09 00:51:24 +00:00
|
|
|
//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);
|
|
|
|
|
|
|
|
|