From 8ce4990f69b6ce1f85a3a29774f7b07d68030e55 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 28 Apr 2025 23:09:28 -0400 Subject: load compressor image --- ui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui.h') 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); -- cgit v1.2.3