mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-08 19:32:23 +00:00
rug:: bugfix: draw boundary and model elements (previously changing fillmodel had no effect on rug)
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -1013,6 +1013,8 @@ hyperpoint gethyper(ld x, ld y);
|
||||
void resetview();
|
||||
void drawthemap();
|
||||
void drawfullmap();
|
||||
void draw_boundary(int w);
|
||||
void draw_model_elements();
|
||||
extern function<void()> wrap_drawfullmap;
|
||||
bool displaystr(int x, int y, int shift, int size, const char *str, color_t color, int align);
|
||||
bool displaystr(int x, int y, int shift, int size, const string& str, color_t color, int align);
|
||||
|
Reference in New Issue
Block a user