aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 1 insertions, 0 deletions
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);