mirror of
https://github.com/thug1src/thug.git
synced 2025-01-22 05:43:47 +00:00
12 lines
201 B
C
12 lines
201 B
C
|
#ifndef __GAMMA_H__
|
||
|
#define __GAMMA_H__
|
||
|
|
||
|
namespace NxXbox
|
||
|
{
|
||
|
void SetGammaNormalized( float fr, float fg, float fb );
|
||
|
void GetGammaNormalized( float *fr, float *fg, float *fb );
|
||
|
}
|
||
|
|
||
|
#endif
|
||
|
|