mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-29 00:12:52 +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"
|
#define DHRGVER "7.1"
|
||||||
#include "../rogueviz.h"
|
#include "../rogueviz.h"
|
||||||
|
|
||||||
@ -72,5 +74,4 @@ void prepare_pairs(int N, const neighborhoodfun& nei);
|
|||||||
void greedy_routing(iddata& d, const distfun& distance_function);
|
void greedy_routing(iddata& d, const distfun& distance_function);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user