added guards to dhrg.h

This commit is contained in:
Zeno Rogue 2022-11-04 23:53:13 +01:00
parent ba009a80b2
commit 1cbaf36698
1 changed files with 3 additions and 2 deletions

View File

@ -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