mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
add ComparableVersionInfo::getComparison
This commit is contained in:
parent
a8901c350a
commit
93aa77943c
1 changed files with 3 additions and 0 deletions
|
@ -241,6 +241,9 @@ namespace geode {
|
|||
}
|
||||
}
|
||||
|
||||
constexpr VersionCompare getComparison() const {
|
||||
return m_compare;
|
||||
}
|
||||
constexpr VersionInfo getUnderlyingVersion() const {
|
||||
return m_version;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue