X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_sprite.h;h=f6408dad64df55a37a53e8c018521312ac8f55e2;hp=3304f2ebce7e4f56edda51310761880430419948;hb=32510c922fbcaad22056befd2018ea9066c1f138;hpb=0256e57e16a302ad45090618b8d6eb5930788809 diff --git a/model_sprite.h b/model_sprite.h index 3304f2eb..f6408dad 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. @@ -35,11 +35,7 @@ SPRITE MODELS typedef struct mspriteframe_s { float up, down, left, right; - rtexture_t *texture, *fogtexture; } mspriteframe_t; -extern void Mod_LoadSpriteModel (struct model_s *mod, void *buffer); -extern void Mod_SpriteInit(void); - #endif