Header fixes for previous updates.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-11-24 08:43:20 +00:00
parent 4d406337b6
commit 087f7d8520
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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);