emote2ss

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

commit 1f10b0266802b7df2120c21fbaa9474471a20936
parent 62cca89a2cd03937a6ab058d4740c208e09a9927
Author: bsandro <email@bsandro.tech>
Date:   Sun, 31 Aug 2025 15:56:12 +0300

commit before moving to win32 build

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;