This commit is contained in:
Federico Cecchetto 2021-10-01 01:50:18 +02:00
parent 93174bdcbd
commit 52cf0aad1b

View File

@ -29,7 +29,7 @@ namespace ui_scripting
value(const table& value);
value(const function& value);
bool value::operator==(const value& other);
bool operator==(const value& other);
template <typename T>
bool is() const;