mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +00:00
2d3d:: gridline used by linepatterns
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -5081,5 +5081,7 @@ extern int current_rbuffer;
|
||||
extern bool new_projection_needed;
|
||||
inline void reset_projection() { new_projection_needed = true; }
|
||||
extern ld ptick(int period, ld phase = 0);
|
||||
void gridline(const hyperpoint h1, const hyperpoint h2, color_t col, int prec);
|
||||
void gridline(const transmatrix& V, const hyperpoint h1, const hyperpoint h2, color_t col, int prec);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user