mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 14:00:13 +00:00
added guards to dhrg.h
This commit is contained in:
parent
ba009a80b2
commit
1cbaf36698
@ -1,3 +1,5 @@
|
||||
#ifndef _DHRG_H_
|
||||
#define _DHRG_H_
|
||||
#define DHRGVER "7.1"
|
||||
#include "../rogueviz.h"
|
||||
|
||||
@ -72,5 +74,4 @@ void prepare_pairs(int N, const neighborhoodfun& nei);
|
||||
void greedy_routing(iddata& d, const distfun& distance_function);
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user