2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 00:31:21 +00:00
metaforce/Runtime/GuiSys/CConsoleOutputWindow.hpp

14 lines
187 B
C++

#ifndef __PSHAG_CCONSOLEOUTPUTWINDOW_HPP__
#define __PSHAG_CCONSOLEOUTPUTWINDOW_HPP__
namespace pshag
{
class CConsoleOutputWindow
{
};
}
#endif // __PSHAG_CCONSOLEOUTPUTWINDOW_HPP__