mirror of
https://github.com/open-goal/jak-project
synced 2026-06-23 01:19:57 -04:00
[decomp] game-info (#779)
* support more process stuff * more of game info * add ref file * progress on save
This commit is contained in:
@@ -23,6 +23,10 @@ Matcher Matcher::op(const GenericOpMatcher& op, const std::vector<Matcher>& args
|
||||
return m;
|
||||
}
|
||||
|
||||
Matcher Matcher::op_fixed(FixedOperatorKind op, const std::vector<Matcher>& args) {
|
||||
return Matcher::op(GenericOpMatcher::fixed(op), args);
|
||||
}
|
||||
|
||||
Matcher Matcher::op_with_rest(const GenericOpMatcher& op, const std::vector<Matcher>& args) {
|
||||
Matcher m;
|
||||
m.m_kind = Kind::GENERIC_OP_WITH_REST;
|
||||
|
||||
Reference in New Issue
Block a user