metaforce/Runtime/GuiSys/CConsoleOutputWindow.hpp

14 lines
186 B
C++
Raw Normal View History

2016-02-13 09:02:47 +00:00
#ifndef __PSHAG_CCONSOLEOUTPUTWINDOW_HPP__
#define __PSHAG_CCONSOLEOUTPUTWINDOW_HPP__
2015-08-18 05:54:43 +00:00
2016-03-04 23:04:53 +00:00
namespace urde
2015-08-18 05:54:43 +00:00
{
class CConsoleOutputWindow
{
};
}
2016-02-13 09:02:47 +00:00
#endif // __PSHAG_CCONSOLEOUTPUTWINDOW_HPP__