enum EE::System::Sys::PlatformType

#include <sys.hpp>

enum PlatformType {
    Linux,
    Android,
    FreeBSD,
    OpenBSD,
    NetBSD,
    DragonFlyBSD,
    BSD,
    Emscripten,
    Haiku,
    iOS,
    macOS,
    Solaris,
    Windows,
    Unknown,
};