export euc::get_at

This commit is contained in:
Zeno Rogue 2020-09-11 11:16:49 +02:00
parent ddae0a7b00
commit 724729962b
1 changed files with 2 additions and 0 deletions

View File

@ -317,6 +317,8 @@ EX namespace euc {
EX map<heptagon*, coord>& get_ispacemap() { return cubemap()->ispacemap; }
EX cell *& get_camelot_center() { return cubemap()->camelot_center; }
EX heptagon* get_at(coord co) { return cubemap()->get_at(co); }
EX hrmap* new_map() {
return new hrmap_euclidean;
}