mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
Split out the floodfile code into its own file.
This commit is contained in:
parent
6fe9557dae
commit
59ef1eae9d
4 changed files with 113 additions and 75 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue