mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-08 09:36:07 -05:00
Add helper to get int from variable
This commit is contained in:
@@ -9,5 +9,6 @@ std::variant<double, std::string>
|
||||
EvalMathExpression(const std::string &expression);
|
||||
bool IsValidNumber(const std::string &);
|
||||
std::optional<double> GetDouble(const std::string &);
|
||||
std::optional<int> GetInt(const std::string &);
|
||||
|
||||
} // namespace advss
|
||||
|
||||
Reference in New Issue
Block a user