mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
10.0d
This commit is contained in:
6
hyper.h
6
hyper.h
@@ -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();
|
||||
|
Reference in New Issue
Block a user