#ifndef _MAX_HEAP_H_ #define _MAX_HEAP_H_ #include "types.h" void maxHeap_insert(MaxHeap * heap, const pyWord id, const pyReal distance); #endif