gate SDL_process include

This commit is contained in:
Kylie C 2025-10-21 18:02:35 -04:00
parent 188bcda733
commit 8c6ee038a1

View File

@ -31,8 +31,10 @@
#include "realtime/realtime.h"
#include "scripts.h"
#include <SDL3/SDL_events.h>
#if SDL_MAJOR_VERSION >= 3
#include <SDL3/SDL_process.h>
#endif
#include <SDL3/SDL_events.h>
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_version.h>
#include <stdio.h>