aboutsummaryrefslogtreecommitdiff
path: root/include/Platform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Platform.hpp')
-rw-r--r--include/Platform.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Platform.hpp b/include/Platform.hpp
index 995d307..74b3a3d 100644
--- a/include/Platform.hpp
+++ b/include/Platform.hpp
@@ -50,4 +50,5 @@ namespace sibs
bool containsPlatform(const std::vector<Platform> &platforms, Platform platform);
const char* asString(Platform platform);
Platform getPlatformByName(StringView name);
+ bool isSamePlatformFamily(Platform a, Platform b);
} \ No newline at end of file