diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 16:55:51 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 16:55:51 -0500 |
| commit | cfe3bdba26ef24830acfe33e5ff424def9cb37b6 (patch) | |
| tree | 15c55a39dd432ea194919a649130fb1758435955 /ui.h | |
| parent | d4976912beceb70a110050f212d5a1f17f974f17 (diff) | |
| download | volute-cfe3bdba26ef24830acfe33e5ff424def9cb37b6.zip | |
set MAP
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |