Merge branch 'master' into docking

This commit is contained in:
ocornut
2025-01-31 16:10:20 +01:00
10 changed files with 47 additions and 23 deletions

View File

@@ -21,6 +21,10 @@
#include <SDL3/SDL_opengl.h>
#endif
#ifdef __EMSCRIPTEN__
#include "../libs/emscripten/emscripten_mainloop_stub.h"
#endif
// Main code
int main(int, char**)
{