aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-28 14:43:29 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-28 14:43:29 -0500
commit1a4c280aaf00f23aa6a61867494e85f9b888d27f (patch)
treeccc1b43223f695764752316204d16b263ca58737 /ui.h
parent1342cca91b196431521e66b6fa6628901c5576bc (diff)
downloadvolute-1a4c280aaf00f23aa6a61867494e85f9b888d27f.zip
set displacement
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 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);