mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-06 16:46:11 -05:00
Add advss namespace
Fixes name conflict with "Duration" class and typedef of the same name on MacOS
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
#include <variant>
|
||||
#include <optional>
|
||||
|
||||
namespace advss {
|
||||
|
||||
std::variant<double, std::string>
|
||||
EvalMathExpression(const std::string &expression);
|
||||
bool IsValidNumber(const std::string &);
|
||||
std::optional<double> GetDouble(const std::string &);
|
||||
|
||||
} // namespace advss
|
||||
|
||||
Reference in New Issue
Block a user