Skip to content

Common: Platformident.hpp

Alanzote edited this page Dec 24, 2018 · 1 revision

Contains definitions of platforms, for usage in platform-specific code:

  • LUR_PLATFORM_WIN32
  • LUR_PLATFORM_IOS
  • LUR_PLATFORM_MACOS
  • LUR_PLATFORM_UNIX
  • LUR_PLATFORM_ANDROID
  • LUR_PLATFORM_LINUX
  • LUR_PLATFORM_FREEBSD
  • LUR_PLATFORM_CYGWIN

Also contains unicode defines:

  • LUR_UNICODE_UTF16 (LUR_PLATFORM_WIN32 only)
  • LUR_UNICODE_UTF8