mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 06:38:33 -04:00
[decompile] fact-h (#556)
* decompile fact-h * fix unused var * codacy again
This commit is contained in:
@@ -213,6 +213,10 @@ bool Object::operator==(const Object& other) const {
|
||||
}
|
||||
}
|
||||
|
||||
bool Object::is_symbol(const std::string& name) const {
|
||||
return is_symbol() && as_symbol()->name == name;
|
||||
}
|
||||
|
||||
template <>
|
||||
Object Object::make_number(FloatType value) {
|
||||
return Object::make_float(value);
|
||||
|
||||
Reference in New Issue
Block a user