fixup missing current_proj_name

This commit is contained in:
Zeno Rogue
2019-09-12 22:42:58 +02:00
parent ac302500e0
commit a44e4281de
+1
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); }