diff options
author | Thomas Preud'homme <robotux@celest.fr> | 2019-02-03 00:10:52 +0000 |
---|---|---|
committer | Thomas Preud'homme <robotux@celest.fr> | 2019-02-03 00:10:52 +0000 |
commit | 9b10c21f5cad0e2ec27d23c59e65af7141a226f3 (patch) | |
tree | bf81d75a9ed990bb76488c502767600fcf7550b7 /FacilityEngine.h | |
parent | 594fcba67600704bee9115c86e18927b2237b304 (diff) |
New upstream version 1.6.1.3
Diffstat (limited to 'FacilityEngine.h')
-rw-r--r-- | FacilityEngine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FacilityEngine.h b/FacilityEngine.h index 5b6c6a9..ce4bb36 100644 --- a/FacilityEngine.h +++ b/FacilityEngine.h @@ -45,6 +45,8 @@ public: std::string softwareName() const; /// \brief separator native to the current OS static std::string separator(); + /// \brief return if is ultimate + bool isUltimate() const; static FacilityEngine facilityEngine; private: |