Add CErrorOutputWindow

Former-commit-id: 04a530faeb
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-24 02:41:55 +02:00
parent be22f5f54c
commit acc72c8306
7 changed files with 171 additions and 21 deletions

View File

@@ -8,11 +8,25 @@
class CErrorOutputWindow : public CIOWin {
public:
CErrorOutputWindow(bool);
~CErrorOutputWindow() override;
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&) override;
bool GetIsContinueDraw() const override;
void Draw() const override;
void UpdateWindow();
void sub_802694c4(int);
void sub_802695f8() const;
private:
int x14_state;
bool x18_24_ : 1;
bool x18_25_ : 1;
bool x18_26_ : 1;
bool x18_27_ : 1;
bool x18_28_ : 1;
const wchar_t* x1c_msg;
};
#endif // _CERROROUTPUTWINDOW