Fix server linking wrt skin stuff.

This commit is contained in:
Bill Currie 2012-01-27 17:37:52 +09:00
parent ca2c861671
commit 03c7441265
1 changed files with 25 additions and 0 deletions

View File

@ -33,7 +33,9 @@ static __attribute__ ((used)) const char rcsid[] =
#include "QF/cvar.h"
#include "QF/model.h"
#include "QF/pcx.h"
#include "QF/render.h"
#include "QF/skin.h"
void
Mod_LoadLighting (bsp_t *bsp)
@ -74,3 +76,26 @@ void
Mod_SubdivideSurface (msurface_t *fa)
{
}
viddef_t vid;
VISIBLE void
Skin_InitTranslations (void)
{
}
VISIBLE void
Skin_ProcessTranslation (int cmap, const byte *translation)
{
}
VISIBLE void
Skin_SetupSkin (skin_t *skin, int cmap)
{
}
VISIBLE struct tex_s *
LoadPCX (QFile *f, qboolean convert, byte *pal)
{
return 0;
}