emote2ss

Animated webp to spritesheets converting tool
git clone git://bsandro.tech/emote2ss
Log | Files | Refs | README | LICENSE

commit d4506d24bce69994dd2cf1c240ae8a4a7a403a49
parent 83254a80f36fb81d3a2077bb6eccc71902e55349
Author: bsandro on windows <email@bsandro.tech>
Date:   Sun, 31 Aug 2025 14:32:40 +0100

Merge branch 'master' of 192.168.10.53:~/src/emote2ss/

Diffstat:
Mgui/ui.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gui/ui.c b/gui/ui.c @@ -6,6 +6,7 @@ #include "ui.h" #include "spritesheet.h" +//@todo might be rubbish to keep important stuff in a pile of static globals static int cols = 1; static UIWindow *modal_win = NULL; static UIImageDisplay *img_disp = NULL;