/******************************************************************************************** ezwWorst.h Jim Millard for CO311 EZwindows sort routine for Iterative sort ********************************************************************************************/ #ifndef __EZWWORST_H #define __EZWWORST_H #include <ezwin.h> #include <ray.h> void SortWorst(SimpleWindow& W, RaySegment* ptrR[], int A[], const int size, const short load); #endif