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:
parent
d62a60aa1b
commit
6eacdfdee7
7 changed files with 179 additions and 197 deletions
|
|
@ -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**)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue