X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_sprite.h;h=d28174dfd957e2a672ba02bec638ec23ad8f9ac4;hp=f6408dad64df55a37a53e8c018521312ac8f55e2;hb=73f27d62983b6af1cb9a6971d0a4cb6275b91a07;hpb=64d7b18a6963d604dcdce2e08ee4530c69ae5e69 diff --git a/model_sprite.h b/model_sprite.h index f6408dad..d28174df 100644 --- a/model_sprite.h +++ b/model_sprite.h @@ -37,5 +37,12 @@ typedef struct mspriteframe_s float up, down, left, right; } mspriteframe_t; +typedef struct model_sprite_s +{ + int sprnum_type; + mspriteframe_t *sprdata_frames; +} +model_sprite_t; + #endif