From 12082f60ae3d4984fb138035356f5e045e3a8495 Mon Sep 17 00:00:00 2001 From: SmileyAG <58108407+SmileyAG@users.noreply.github.com> Date: Sun, 30 Jun 2024 08:12:41 +0400 Subject: [PATCH] Reverse-engineered 'SPRITELIST' structure --- HLSDK/common/com_model.h | 7 +++++++ 1 file changed, 7 insertions(+) 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