aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-28 23:09:28 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-28 23:09:28 -0400
commit8ce4990f69b6ce1f85a3a29774f7b07d68030e55 (patch)
treeaae53e3c9ed5d07ed2998e7fa0ffc04f9ca1c023 /ui.h
parent9b8a1454f11de3728b2e0dc87d5778bce9761459 (diff)
downloadvolute-8ce4990f69b6ce1f85a3a29774f7b07d68030e55.zip
load compressor image
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index b5c2635..e259133 100644
--- a/ui.h
+++ b/ui.h
@@ -47,6 +47,8 @@ typedef struct {
Compressor *comps;
int ncomps;
w_Select_Compressor comp_select;
+
+ SDL_Surface *comp_img; /* image of compressor map. */
} UI;
int init_ui(UI *ui);