engine: remove gamma functions from RefAPI

This commit is contained in:
Alibek Omarov
2024-11-02 22:26:27 +03:00
parent 2227e487c0
commit b45bc9af67
4 changed files with 0 additions and 25 deletions

View File

@@ -822,7 +822,6 @@ void S_StopAllSounds( qboolean ambient );
// gamma routines
byte LightToTexGamma( byte b );
byte TextureToGamma( byte );
uint LightToTexGammaEx( uint );
uint ScreenGammaTable( uint );
uint LinearGammaTable( uint );
void V_Init( void );