mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Add missing declarations
This commit is contained in:
parent
d898c0f995
commit
83d486ceeb
3 changed files with 30 additions and 1 deletions
|
@ -1465,13 +1465,22 @@ void RB_SkelMesh( skelSurfaceGame_t *sf ) {
|
|||
//tess.numVertexes += sf->numVerts;
|
||||
}
|
||||
|
||||
/*
|
||||
=============
|
||||
R_InfoWorldTris_f
|
||||
=============
|
||||
*/
|
||||
void R_InfoWorldTris_f( void ) {
|
||||
// FIXME: unimplemented
|
||||
}
|
||||
|
||||
/*
|
||||
=============
|
||||
R_PrintInfoWorldtris
|
||||
=============
|
||||
*/
|
||||
void R_PrintInfoWorldtris( void ) {
|
||||
// FIXME: stub
|
||||
// FIXME: unimplemented
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue