1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 08:57:39 +00:00
This commit is contained in:
Zeno Rogue
2017-07-25 00:21:36 +02:00
parent fdc1ac1e6e
commit cc03560389
18 changed files with 149 additions and 61 deletions

View File

@@ -395,21 +395,21 @@ namespace mapeditor {
void showDrawEditor();
}
#if CAP_RUG
namespace rug {
extern bool rugged;
extern bool renderonce;
extern bool rendernogl;
extern int texturesize;
extern ld scale;
#if CAP_RUG
void show();
void init();
void close();
void actDraw();
void select();
void buildVertexInfo(cell *c, transmatrix V);
}
#endif
}
#define HASLINEVIEW
@@ -1045,7 +1045,7 @@ extern cell *recallCell;
extern eLand cheatdest;
void cheatMoveTo(eLand l);
extern int backcolor, bordcolor, forecolor;
extern unsigned backcolor, bordcolor, forecolor;
extern bool overgenerate;
void doOvergenerate();