00001 #ifndef __SubVolSpec_LOADED 00002 #define __SubVolSpec_LOADED 00003 typedef struct { 00004 int subvolspec; 00005 int ID; 00006 char VolName[4]; 00007 char Shape[4]; 00008 char TMedium[4]; 00009 int NGSVol; 00010 float GSVol[10]; 00011 int _9999; 00012 } SUBVOLSPEC_DEF; 00013 #ifdef __TAP_CREOBJ__ 00014 SUBVOLSPEC_DEF SubVolSpec; 00015 #else 00016 extern SUBVOLSPEC_DEF SubVolSpec; 00017 #endif 00018 #endif 00019
1.3.9.1