X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=model_sprite.h;h=12ef2414add28d09b484ad0905e7e68f5b6d4f6b;hb=2bc3f23dc51ef982aa0dee575eb23f0cdddad15c;hp=3304f2ebce7e4f56edda51310761880430419948;hpb=0256e57e16a302ad45090618b8d6eb5930788809;p=xonotic%2Fdarkplaces.git diff --git a/model_sprite.h b/model_sprite.h index 3304f2eb..12ef2414 100644 --- a/model_sprite.h +++ b/model_sprite.h @@ -8,7 +8,7 @@ of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -38,7 +38,8 @@ typedef struct mspriteframe_s rtexture_t *texture, *fogtexture; } mspriteframe_t; -extern void Mod_LoadSpriteModel (struct model_s *mod, void *buffer); +extern void Mod_IDSP_Load(struct model_s *mod, const void *buffer); +extern void Mod_IDS2_Load(struct model_s *mod, const void *buffer); extern void Mod_SpriteInit(void); #endif