mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
------------------------------------------------------------------------
r4204 | acceptthis | 2013-02-15 01:50:28 +0000 (Fri, 15 Feb 2013) | 1 line missing declaration. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4202 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
00c3b4f1f0
commit
3f5a390605
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ extern entity_t r_worldentity;
|
|||
void BE_GenModelBatches(struct batch_s **batches);
|
||||
|
||||
//gl_alias.c
|
||||
void GL_GAliasFlushSkinCache(void);
|
||||
void R_GAlias_DrawBatch(struct batch_s *batch);
|
||||
void R_GAlias_GenerateBatches(entity_t *e, struct batch_s **batches);
|
||||
void R_LightArraysByte_BGR(const entity_t *entity, vecV_t *coords, byte_vec4_t *colours, int vertcount, vec3_t *normals);
|
||||
|
|
Loading…
Reference in a new issue