2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:51:22 +00:00
metaforce/Runtime/GuiSys/CConsoleOutputWindow.hpp
2018-12-07 19:30:43 -10:00

15 lines
274 B
C++

#pragma once
#include "CIOWin.hpp"
namespace urde {
class CConsoleOutputWindow : public CIOWin {
public:
CConsoleOutputWindow(int, float, float);
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&);
void Draw() const;
};
} // namespace urde