mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-01 16:27:04 +00:00
rug:: bugfix: draw boundary and model elements (previously changing fillmodel had no effect on rug)
This commit is contained in:
parent
f41e149688
commit
4727e71590
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user