enum class Platforms {
PlatformAll = 0,
Windows = PLATFORM_WINDOWS_VALUE,
Linux = PLATFORM_LINUX_VALUE,
Mac = PLATFORM_MAC_VALUE,
PlatformsMask = Windows|Linux|Mac
};Marilou.Commons.h
This is record Marilou::Commons::Platforms.
|
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|