mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
exported more rug functions
This commit is contained in:
parent
b2aa7cb30a
commit
c2c9099ce8
8
hyper.h
8
hyper.h
@ -746,6 +746,9 @@ namespace rug {
|
||||
extern int texturesize;
|
||||
extern ld model_distance;
|
||||
extern transmatrix currentrot;
|
||||
#if CAP_ODS
|
||||
extern bool ods;
|
||||
#endif
|
||||
#if CAP_RUG
|
||||
void show();
|
||||
void init();
|
||||
@ -753,6 +756,11 @@ namespace rug {
|
||||
void actDraw();
|
||||
void select();
|
||||
void buildVertexInfo(cell *c, transmatrix V);
|
||||
void drawRugScene();
|
||||
void prepareTexture();
|
||||
void drawRugScene();
|
||||
void push_all_points(int coord, ld val);
|
||||
void apply_rotation(const transmatrix& t);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user