mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
export euc::get_at
This commit is contained in:
parent
ddae0a7b00
commit
724729962b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user