From 744a6788cdaca7c8cc0e64c858e5abaa437fe772 Mon Sep 17 00:00:00 2001 From: Schark Date: Sun, 17 Mar 2024 03:45:50 -0700 Subject: Closer to node discrepancy, need to make coord func --- height-map-display/src/map/node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'height-map-display/src/map/node.h') diff --git a/height-map-display/src/map/node.h b/height-map-display/src/map/node.h index d12accf..07054f6 100644 --- a/height-map-display/src/map/node.h +++ b/height-map-display/src/map/node.h @@ -7,6 +7,7 @@ typedef struct Node { float elevation; } Node; +// TODO: get (x, y) as int arr void change_node_height(Node* node, float diff); #endif -- cgit v1.2.3-18-g5258