mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-22 22:48:08 +03:00
Vendor microui 2.02 under src/microui/ and use it to draw an in-game popup menu as an overlay. modal.c provides generic modal infrastructure: a loop that pumps SDL events into microui and renders the command list via SDL_Renderer, hooked into gfx_updateScreen(). menu_sdl.c builds the concrete popup menu on top of it.