#ifndef _CVCLIB_H_ #define _CVCLIB_H_ #include "cvclibdef.h" // LVP // Note the order of the first few seems to matter (they derive off each other) #include "string.h" #include "vector.h" #include "matrix.h" #include "queue.h" #include "stack.h" #include "random.h" #include "utility.h" #include "pegclass.h" #include "Toplist.h" #include "circle.h" #include "college.h" #include "stopwat.h" // XCONIO #include "xconio.h" #endif