1#ifndef SDL3PP_PLATFORM_H_
2#define SDL3PP_PLATFORM_H_
4#include <SDL3/SDL_platform.h>
5#include "SDL3pp_stdinc.h"
45#define SDL_PLATFORM_AIX 1
52#define SDL_PLATFORM_BSDI 1
59#define SDL_PLATFORM_FREEBSD 1
66#define SDL_PLATFORM_HPUX 1
73#define SDL_PLATFORM_IRIX 1
83#define SDL_PLATFORM_LINUX 1
90#define SDL_PLATFORM_ANDROID 1
101#define SDL_PLATFORM_UNIX 1
115#define SDL_PLATFORM_APPLE 1
124#define SDL_PLATFORM_TVOS 1
133#define SDL_PLATFORM_VISIONOS 1
142#define SDL_PLATFORM_IOS 1
150#define SDL_PLATFORM_MACOS 1
157#define SDL_PLATFORM_EMSCRIPTEN 1
164#define SDL_PLATFORM_NETBSD 1
171#define SDL_PLATFORM_OPENBSD 1
178#define SDL_PLATFORM_OS2 1
185#define SDL_PLATFORM_OSF 1
192#define SDL_PLATFORM_QNXNTO 1
199#define SDL_PLATFORM_RISCOS 1
206#define SDL_PLATFORM_SOLARIS 1
213#define SDL_PLATFORM_CYGWIN 1
229#define SDL_PLATFORM_WINDOWS 1
236#define SDL_WINAPI_FAMILY_PHONE 1
244#define SDL_PLATFORM_WINGDK 1
251#define SDL_PLATFORM_XBOXSERIES 1
262#define SDL_PLATFORM_WIN32 1
270#define SDL_PLATFORM_GDK 1
277#define SDL_PLATFORM_PSP 1
285#define SDL_PLATFORM_PS2 1
292#define SDL_PLATFORM_VITA 1
299#define SDL_PLATFORM_3DS 1
the main namespace where all SDL3pp public functions and types live
Definition SDL3pp_assert.h:7