TrinityCore
Loading...
Searching...
No Matches
ClientBuild::PlatformType Namespace Reference

Functions

TC_SHARED_API bool IsValid (std::string_view platformType)
 

Variables

constexpr uint32 Windows = "Win"_fourcc
 
constexpr uint32 macOS = "Mac"_fourcc
 

Function Documentation

◆ IsValid()

bool ClientBuild::PlatformType::IsValid ( std::string_view  platformType)

Definition at line 77 of file ClientBuildInfo.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ macOS

constexpr uint32 ClientBuild::PlatformType::macOS = "Mac"_fourcc
inlineconstexpr

Definition at line 64 of file ClientBuildInfo.h.

◆ Windows

constexpr uint32 ClientBuild::PlatformType::Windows = "Win"_fourcc
inlineconstexpr

Definition at line 63 of file ClientBuildInfo.h.