mirror of
https://github.com/yquake2/ref_vk.git
synced 2024-11-10 06:41:45 +00:00
parent
5bae9145f4
commit
c66e827e70
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ typedef struct model_s
|
|||
//============================================================================
|
||||
|
||||
void Mod_Init (void);
|
||||
mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
|
||||
mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model);
|
||||
const byte *Mod_ClusterPVS (int cluster, const model_t *model);
|
||||
|
||||
void Mod_Modellist_f (void);
|
||||
|
|
Loading…
Reference in a new issue