2#ifndef SDL3PP_PLATFORM_H_
3#define SDL3PP_PLATFORM_H_
5#include <SDL3/SDL_platform.h>
6#include "SDL3pp_stdinc.h"
46#define SDL_PLATFORM_AIX 1
53#define SDL_PLATFORM_BSDI 1
60#define SDL_PLATFORM_FREEBSD 1
67#define SDL_PLATFORM_HPUX 1
74#define SDL_PLATFORM_IRIX 1
84#define SDL_PLATFORM_LINUX 1
91#define SDL_PLATFORM_ANDROID 1
102#define SDL_PLATFORM_UNIX 1
116#define SDL_PLATFORM_APPLE 1
125#define SDL_PLATFORM_TVOS 1
134#define SDL_PLATFORM_VISIONOS 1
143#define SDL_PLATFORM_IOS 1
151#define SDL_PLATFORM_MACOS 1
158#define SDL_PLATFORM_EMSCRIPTEN 1
165#define SDL_PLATFORM_NETBSD 1
172#define SDL_PLATFORM_OPENBSD 1
179#define SDL_PLATFORM_OS2 1
186#define SDL_PLATFORM_OSF 1
193#define SDL_PLATFORM_QNXNTO 1
200#define SDL_PLATFORM_RISCOS 1
207#define SDL_PLATFORM_SOLARIS 1
214#define SDL_PLATFORM_CYGWIN 1
230#define SDL_PLATFORM_WINDOWS 1
237#define SDL_WINAPI_FAMILY_PHONE 1
245#define SDL_PLATFORM_WINGDK 1
252#define SDL_PLATFORM_XBOXSERIES 1
263#define SDL_PLATFORM_WIN32 1
271#define SDL_PLATFORM_GDK 1
278#define SDL_PLATFORM_PSP 1
286#define SDL_PLATFORM_PS2 1
293#define SDL_PLATFORM_VITA 1
300#define SDL_PLATFORM_3DS 1
the main namespace where all SDL3pp public functions and types live
Definition SDL3pp_assert.h:7