diff --git a/HLSDK/common/com_model.h b/HLSDK/common/com_model.h index 9822b152..662b236a 100644 --- a/HLSDK/common/com_model.h +++ b/HLSDK/common/com_model.h @@ -443,6 +443,13 @@ typedef struct model_s } model_t; +typedef struct spritelist_s +{ + model_t *pSprite; + char *pName; + int frameCount; +} SPRITELIST; + typedef vec_t vec4_t[4]; typedef struct alight_s