mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Header fixes for previous updates.
This commit is contained in:
parent
4d406337b6
commit
087f7d8520
2 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
|||
#define __QF_GL_rlight_h
|
||||
|
||||
extern float bubble_sintable[], bubble_costable[];
|
||||
void AddLightBlend (float, float, float, float);
|
||||
void R_RenderDlights (void);
|
||||
|
||||
#endif // __QF_GL_rlight_h
|
||||
|
|
|
@ -95,7 +95,6 @@ typedef struct {
|
|||
extern fire_t r_fires[];
|
||||
|
||||
void R_AddFire (vec3_t start, vec3_t end, struct entity_s *ent);
|
||||
void R_DrawFire (fire_t *f);
|
||||
void R_UpdateFires (void);
|
||||
fire_t *R_AllocFire (int key);
|
||||
void R_ClearFires (void);
|
||||
|
|
Loading…
Reference in a new issue