dungeon-generator/src/mst.h

5 lines
70 B
C

#include "const.h"
int* primMST(int graph[ROOM_COUNT][ROOM_COUNT]);