index
:
dungeon-generator.git
master
procedural dungeon layout generation
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mst.h
blob: e005fee2a0fe1df18be736a314c0a7be4e1ce8d1 (
plain
)
1
2
3
4
#include
"const.h"
int
*
primMST
(
int
graph
[
ROOM_COUNT
][
ROOM_COUNT
]);