Match and link CTextInstruction

This commit is contained in:
2025-05-22 16:55:51 -07:00
parent 9d3246ad2f
commit 664b03c363
16 changed files with 151 additions and 38 deletions

View File

@@ -40,6 +40,10 @@ public:
return x4_item;
}
bool null() const { return x4_item == nullptr; }
void reset() {
x0_has = false;
x4_item = nullptr;
}
};
} // namespace rstl