Gets the numerical ID of the pack format. */
| 24 | |
| 25 | /** Gets the numerical ID of the pack format. */ |
| 26 | [[nodiscard]] int packFormat() const { return m_pack_format; } |
| 27 | /** Gets, respectively, the lower and upper versions supported by the set pack format. */ |
| 28 | [[nodiscard]] std::pair<Version, Version> compatibleVersions() const; |
| 29 |
no outgoing calls