Skip to content

Commit

Permalink
Reverse-engineered 'SPRITELIST' structure
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyAG authored and YaLTeR committed Jul 27, 2024
1 parent 3f70a8c commit 12082f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HLSDK/common/com_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12082f6

Please sign in to comment.