1#ifndef SDL3PP_PLATFORM_H_
2#define SDL3PP_PLATFORM_H_
4#include <SDL3/SDL_platform.h>
47#define SDL_PLATFORM_AIX 1
54#define SDL_PLATFORM_BSDI 1
61#define SDL_PLATFORM_FREEBSD 1
68#define SDL_PLATFORM_HPUX 1
75#define SDL_PLATFORM_IRIX 1
85#define SDL_PLATFORM_LINUX 1
92#define SDL_PLATFORM_ANDROID 1
103#define SDL_PLATFORM_UNIX 1
117#define SDL_PLATFORM_APPLE 1
126#define SDL_PLATFORM_TVOS 1
135#define SDL_PLATFORM_VISIONOS 1
144#define SDL_PLATFORM_IOS 1
152#define SDL_PLATFORM_MACOS 1
159#define SDL_PLATFORM_EMSCRIPTEN 1
166#define SDL_PLATFORM_NETBSD 1
173#define SDL_PLATFORM_OPENBSD 1
180#define SDL_PLATFORM_OS2 1
187#define SDL_PLATFORM_OSF 1
194#define SDL_PLATFORM_QNXNTO 1
201#define SDL_PLATFORM_RISCOS 1
208#define SDL_PLATFORM_SOLARIS 1
215#define SDL_PLATFORM_CYGWIN 1
231#define SDL_PLATFORM_WINDOWS 1
238#define SDL_WINAPI_FAMILY_PHONE 1
246#define SDL_PLATFORM_WINGDK 1
253#define SDL_PLATFORM_XBOXSERIES 1
264#define SDL_PLATFORM_WIN32 1
272#define SDL_PLATFORM_GDK 1
279#define SDL_PLATFORM_PSP 1
287#define SDL_PLATFORM_PS2 1
294#define SDL_PLATFORM_VITA 1
301#define SDL_PLATFORM_3DS 1
Main include header for the SDL3pp library.