#ifndef TESTDBH #define TESTDBH #include "collDetect.h" typedef struct prnode { int a, b; struct prnode *next; struct prnode *prev; } PairNode; ConNode *test4Intersection(ObjDB, Status *); void calcBoundingBox(ObjNode *); #endif