This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/engine/client/gl_rlight.c

20 lines
524 B
C
Raw Normal View History

2010-12-02 22:00:00 +01:00
//=======================================================================
// Copyright XashXT Group 2010 <20>
// gl_rlight.c - dynamic and static lights
//=======================================================================
#include "common.h"
#include "client.h"
#include "gl_local.h"
2010-12-03 22:00:00 +01:00
lightstyle_t r_lightstyles[MAX_LIGHTSTYLES];
int r_numdlights;
2010-12-02 22:00:00 +01:00
void R_LightForPoint( const vec3_t point, vec3_t ambientLight )
{
}
qboolean R_SetLightStyle( int stylenum, vec3_t color )
{
return false;
}