From cfe3bdba26ef24830acfe33e5ff424def9cb37b6 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 28 Feb 2025 16:55:51 -0500 Subject: set MAP --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 4d0a63a..56f1bd3 100644 --- a/ui.h +++ b/ui.h @@ -18,5 +18,6 @@ typedef struct { void init_ui(UI *ui); void set_displacement(UI *ui); +void set_map(UI *ui, int idx); void insert_point(UI *ui, int idx); void remove_point(UI *ui, int idx); -- cgit v1.2.3