mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixup missing current_proj_name
This commit is contained in:
parent
ac302500e0
commit
a44e4281de
1
hyper.h
1
hyper.h
@ -2258,6 +2258,7 @@ void setcameraangle(bool b);
|
|||||||
void drawShape(pair<ld,ld>* coords, int qty, color_t color);
|
void drawShape(pair<ld,ld>* coords, int qty, color_t color);
|
||||||
|
|
||||||
extern eModel pmodel;
|
extern eModel pmodel;
|
||||||
|
string current_proj_name();
|
||||||
|
|
||||||
inline bool mdAzimuthalEqui() { return among(pmodel, mdEquidistant, mdEquiarea, mdEquivolume); }
|
inline bool mdAzimuthalEqui() { return among(pmodel, mdEquidistant, mdEquiarea, mdEquivolume); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user