From 3c3bada1c33d07169b1ce3b827ada6f0ec830f51 Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Mon, 29 Oct 2012 10:13:05 +1030 Subject: [PATCH] trivial: re-order defintions in model.h to match gl_model.h Signed-off-by: Kevin Shanahan --- include/model.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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;