mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 00:33:28 +00:00
20 lines
205 B
C++
20 lines
205 B
C++
#include "CMessageScreen.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
CMessageScreen::CMessageScreen(ResId msg, float time)
|
|
{
|
|
|
|
}
|
|
|
|
void CMessageScreen::ProcessControllerInput(const CFinalInput& input)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|