mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 21:26:08 +00:00
17
include/MetroidPrime/CConsoleOutputWindow.hpp
Normal file
17
include/MetroidPrime/CConsoleOutputWindow.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _CCONSOLEOUTPUTWINDOW_HPP
|
||||
#define _CCONSOLEOUTPUTWINDOW_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "MetroidPrime/CIOWin.hpp"
|
||||
|
||||
class CConsoleOutputWindow : public CIOWin {
|
||||
public:
|
||||
CConsoleOutputWindow(int, f32, f32);
|
||||
|
||||
~CConsoleOutputWindow() override;
|
||||
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&) override;
|
||||
void Draw() override;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user