external mip texture loading

This commit is contained in:
Seth Galbraith 2002-01-16 01:02:50 +00:00
parent 9c1969146c
commit 93116bc827
6 changed files with 46 additions and 0 deletions

View file

@ -67,6 +67,11 @@ Mod_ProcessTexture (miptex_t *mx, texture_t *tx)
{
}
void
Mod_LoadExternalTextures (model_t *mod)
{
}
void
GL_SubdivideSurface (msurface_t *fa)
{