metaforce/Runtime/MP1/CMessageScreen.cpp

20 lines
205 B
C++
Raw Normal View History

2017-02-18 02:19:50 +00:00
#include "CMessageScreen.hpp"
namespace urde
{
namespace MP1
{
CMessageScreen::CMessageScreen(ResId msg, float time)
{
}
2017-04-15 05:32:25 +00:00
void CMessageScreen::ProcessControllerInput(const CFinalInput& input)
{
}
2017-02-18 02:19:50 +00:00
}
}