diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 14:43:29 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 14:43:29 -0500 |
| commit | 1a4c280aaf00f23aa6a61867494e85f9b888d27f (patch) | |
| tree | ccc1b43223f695764752316204d16b263ca58737 /ui.h | |
| parent | 1342cca91b196431521e66b6fa6628901c5576bc (diff) | |
| download | volute-1a4c280aaf00f23aa6a61867494e85f9b888d27f.zip | |
set displacement
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |