Add R_UpdateGhostTextures (unimplemented)

This commit is contained in:
smallmodel 2024-09-08 19:43:29 +02:00
parent abc97dcab3
commit eea19d733d
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
2 changed files with 17 additions and 0 deletions

View file

@ -24,3 +24,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "tr_local.h"
#include "tr_ghost.h"
void R_UpdateGhostTextures() {
int i;
int numTextures;
// FIXME: unimplemented
}

View file

@ -2220,6 +2220,16 @@ int RE_GetShaderHeight(qhandle_t hShader);
const char* RE_GetShaderName(qhandle_t hShader);
const char* RE_GetModelName(qhandle_t hModel);
/*
=============================================================
GHOST
=============================================================
*/
void R_UpdateGhostTextures();
/*
=============================================================
=============================================================