From 1a4c280aaf00f23aa6a61867494e85f9b888d27f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 28 Feb 2025 14:43:29 -0500 Subject: set displacement --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') diff --git a/ui.h b/ui.h index ac8b047..4d0a63a 100644 --- a/ui.h +++ b/ui.h @@ -17,5 +17,6 @@ typedef struct { } UI; void init_ui(UI *ui); +void set_displacement(UI *ui); void insert_point(UI *ui, int idx); void remove_point(UI *ui, int idx); -- cgit v1.2.3