1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

gp:: removed the unused version of be_in_triangle

This commit is contained in:
Zeno Rogue
2018-04-11 00:55:05 +02:00
parent 7dd006bb05
commit fa86a88ea3
3 changed files with 4 additions and 14 deletions

View File

@@ -3006,7 +3006,7 @@ namespace gp {
local_info get_local_info(cell *c);
const char *disp(loc at);
void be_in_triangle2(local_info& li);
void be_in_triangle(local_info& li);
int compute_dist(cell *c, int master_function(cell*));