summaryrefslogtreecommitdiff
path: root/height-map-display/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'height-map-display/src/map')
-rw-r--r--height-map-display/src/map/node.h1
1 files changed, 1 insertions, 0 deletions
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