#ifndef COLLINTMATH #define COLLINTMATH #include "collDetect.h" void initCollIntMatrix(CollIntMat *); Boolean queryCollIntMatrix(Ulong, Ulong, CollIntMat *); Boolean setCollIntMatrix(Ulong, Ulong, CollIntMat *, int); void printCollIntMatrix(CollIntMat *); #endif