aboutsummaryrefslogtreecommitdiff
path: root/src/Platform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform.cpp')
-rw-r--r--src/Platform.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Platform.cpp b/src/Platform.cpp
index 44f42db..2df019c 100644
--- a/src/Platform.cpp
+++ b/src/Platform.cpp
@@ -41,4 +41,9 @@ namespace sibs
return it->second;
return PLATFORM_INVALID;
}
+
+ bool isSamePlatformFamily(Platform a, Platform b)
+ {
+ return a & b;
+ }
} \ No newline at end of file