trivial: re-order defintions in model.h to match gl_model.h

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-10-29 10:13:05 +10:30
parent 079b86b228
commit 3c3bada1c3

View File

@ -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;