diff --git a/include/model.h b/include/model.h index 2a9c416..fca04a0 100644 --- a/include/model.h +++ b/include/model.h @@ -243,12 +243,6 @@ typedef struct { char name[16]; } maliasframedesc_t; -typedef struct { - aliasskintype_t type; - void *pcachespot; - int skin; -} maliasskindesc_t; - typedef struct { trivertx_t bboxmin; trivertx_t bboxmax; @@ -261,6 +255,12 @@ typedef struct { maliasgroupframedesc_t frames[0]; } maliasgroup_t; +typedef struct { + aliasskintype_t type; + void *pcachespot; + int skin; +} maliasskindesc_t; + typedef struct { int numskins; int intervals;