1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +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

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