00001 #ifndef __TMedium_LOADED 00002 #define __TMedium_LOADED 00003 typedef struct { 00004 int tmedium; 00005 int ID; 00006 char Name[32]; 00007 int Material; 00008 int ISVol; 00009 int IField; 00010 float FieldMax; 00011 float TMaxFD; 00012 float StepMax; 00013 float DEEmax; 00014 float Epsil; 00015 float StepMin; 00016 int _9999; 00017 } TMEDIUM_DEF; 00018 #ifdef __TAP_CREOBJ__ 00019 TMEDIUM_DEF TMedium; 00020 #else 00021 extern TMEDIUM_DEF TMedium; 00022 #endif 00023 #endif 00024
1.3.9.1