72// WARNING: this struct does NOT match q1bsp's disk format because MAX_MAP_HULLS has been changed by Sajt's MCBSP code, this struct is only being used in memory as a result
73typedef struct dmodel_s
74{
75 float mins[3], maxs[3];
76 float origin[3];
77 int headnode[MAX_MAP_HULLS];
78 int visleafs; // not including the solid leaf 0