summaryrefslogtreecommitdiff
path: root/FacilityEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'FacilityEngine.h')
-rw-r--r--FacilityEngine.h2
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: