mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2024-12-04 22:46:59 +00:00
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:
parent
079b86b228
commit
3c3bada1c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user