metaforce/Runtime/GuiSys/CConsoleOutputWindow.hpp

14 lines
187 B
C++
Raw Normal View History

2015-08-18 05:54:43 +00:00
#ifndef __RETRO_CCONSOLEOUTPUTWINDOW_HPP__
#define __RETRO_CCONSOLEOUTPUTWINDOW_HPP__
namespace Retro
{
class CConsoleOutputWindow
{
};
}
#endif // __RETRO_CCONSOLEOUTPUTWINDOW_HPP__