exported more rug functions

This commit is contained in:
Zeno Rogue 2018-02-01 13:43:39 +01:00
parent b2aa7cb30a
commit c2c9099ce8
1 changed files with 8 additions and 0 deletions

View File

@ -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
}