Describes platform/operating system.
You can find more information in comments below.
struct PlatformVersion
{
PlatformType Platform; // Platform
String MinVersion; // Empty for unlimited
String MaxVersion; // Empty for unlimited
};
Namespace: | nitisa |
Include: | Nitisa/Core/PlatformVersion.h |