Match CConsoleOutputWindow, regswaps in constructor

Former-commit-id: 27bd20ff1d
This commit is contained in:
2022-10-08 23:55:24 -07:00
parent 2f62a31d18
commit ac0e3ef534
7 changed files with 117 additions and 20 deletions

View File

@@ -31,6 +31,9 @@ struct IArchitectureMessageParm {
IArchitectureMessageParm::~IArchitectureMessageParm() {}
class CArchitectureMessage {
public:
EArchMsgType GetType() const { return x4_type; }
private:
EArchMsgTarget x0_target;
EArchMsgType x4_type;