1#ifndef SDL3PP_LOCALE_H_
2#define SDL3PP_LOCALE_H_
4#include <SDL3/SDL_locale.h>
5#include "SDL3pp_stdinc.h"
76 auto data = SDL_GetPreferredLocales(&count);
Base class for SDL memory allocated array wrap.
Definition SDL3pp_ownPtr.h:43
constexpr void CheckError(bool result)
Check and throw if returned value from SDL is an error.
Definition SDL3pp_error.h:206
SDL_Locale Locale
A struct to provide locale data.
Definition SDL3pp_locale.h:34
OwnArray< Locale * > GetPreferredLocales()
Report the user's preferred locale.
Definition SDL3pp_locale.h:73
the main namespace where all SDL3pp public functions and types live
Definition SDL3pp_assert.h:7