1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-02-02 03:40:06 +00:00

Add android-related example to existing SDL3 examples

This commit is contained in:
zmertens 2024-11-10 08:20:01 -07:00
parent d62a60aa1b
commit 6eacdfdee7
7 changed files with 179 additions and 197 deletions

View file

@ -23,6 +23,10 @@
#include "../libs/emscripten/emscripten_mainloop_stub.h"
#endif
#if defined(__ANDROID__)
#include <SDL3/SDL_main.h>
#endif
// Main code
int main(int, char**)
{