mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
Start of Integer flags implementation
This commit is contained in:
parent
221e4c3e41
commit
a0094d0b23
3 changed files with 50 additions and 3 deletions
|
@ -464,6 +464,10 @@ public:
|
|||
return operands.size();
|
||||
}
|
||||
|
||||
NodeBlock GetOperands() const {
|
||||
return operands;
|
||||
}
|
||||
|
||||
const Node& operator[](std::size_t operand_index) const {
|
||||
return operands.at(operand_index);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue