1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

fixup missing current_proj_name

This commit is contained in:
Zeno Rogue 2019-04-04 17:23:53 +02:00
parent ac302500e0
commit a44e4281de

View File

@ -2258,6 +2258,7 @@ void setcameraangle(bool b);
void drawShape(pair<ld,ld>* coords, int qty, color_t color);
extern eModel pmodel;
string current_proj_name();
inline bool mdAzimuthalEqui() { return among(pmodel, mdEquidistant, mdEquiarea, mdEquivolume); }