Split out the floodfile code into its own file.

This commit is contained in:
Bill Currie 2011-12-23 19:01:31 +09:00
parent 6fe9557dae
commit 59ef1eae9d
4 changed files with 113 additions and 75 deletions

View file

@ -462,6 +462,7 @@ void Mod_LoadAlias2Model (model_t *mod, void *buffer,
void Mod_LoadSpriteModel (model_t *mod, void *buffer);
void Mod_LoadSprite2Model (model_t *mod, void *buffer);
void Mod_SubdivideSurface (msurface_t *fa);
void Mod_FloodFillSkin (byte * skin, int skinwidth, int skinheight);
void Mod_Print (void);