mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
rogueviz/magiccube:: removed repeated definitions
This commit is contained in:
parent
bf691001ab
commit
7babf20ef4
@ -3,13 +3,6 @@ namespace hr {
|
|||||||
#if CAP_CRYSTAL
|
#if CAP_CRYSTAL
|
||||||
void performMarkCommand(cell *c);
|
void performMarkCommand(cell *c);
|
||||||
|
|
||||||
namespace crystal {
|
|
||||||
typedef array<int, MAXDIM> coord;
|
|
||||||
heptagon *get_heptagon_at(coord c);
|
|
||||||
coord get_coord(heptagon *h);
|
|
||||||
void set_crystal(int sides);
|
|
||||||
}
|
|
||||||
|
|
||||||
void curvepoint(const hyperpoint& H1);
|
void curvepoint(const hyperpoint& H1);
|
||||||
dqi_poly& queuecurve(color_t linecol, color_t fillcol, PPR prio);
|
dqi_poly& queuecurve(color_t linecol, color_t fillcol, PPR prio);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user