00001 00044 #ifndef PCB_THERMAL_H 00045 #define PCB_THERMAL_H 00046 00047 #include <stdlib.h> 00048 #include "global.h" 00049 #include "mymem.h" 00050 00051 POLYAREA * ThermPoly (PCBType *, PinType *, Cardinal); 00052 00053 #endif