1
0
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:
Zeno Rogue
2019-05-11 23:53:16 +02:00
parent 53e8006e75
commit 0c3b26c997
3 changed files with 46 additions and 40 deletions

View File

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