mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-15 05:07:16 +00:00
fixup missing current_proj_name
This commit is contained in:
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); }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user