mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
Don't export R_TestErrors.
This commit is contained in:
parent
5f3573143a
commit
09fa88e637
1 changed files with 1 additions and 2 deletions
|
@ -39,8 +39,7 @@ extern float modelalpha;
|
|||
extern vec3_t shadecolor;
|
||||
extern vec3_t lightspot;
|
||||
|
||||
void R_RotateForEntity (struct entity_s *e);
|
||||
void R_TestErrors (int numerous);
|
||||
void glrmain_init (void);
|
||||
void R_RotateForEntity (struct entity_s *e);
|
||||
|
||||
#endif // __QF_GL_rmain_h
|
||||
|
|
Loading…
Reference in a new issue