diff --git a/hyper.h b/hyper.h index 4f919462..b509ef71 100644 --- a/hyper.h +++ b/hyper.h @@ -626,7 +626,7 @@ int hrand_monster(int x); vector reverse_directions(struct cell *c, int i); // unused for heptagons -vector reverse_directions(struct heptagon *c, int i) { return {i}; } +inline vector reverse_directions(struct heptagon *c, int i) { return {i}; } template struct walker { T *at; @@ -5632,7 +5632,7 @@ namespace kite { namespace solv { extern transmatrix local_perspective; - bool local_perspective_used() { return sol; } + inline bool local_perspective_used() { return sol; } hrmap *new_map(); hyperpoint inverse_exp(hyperpoint h, bool lazy);