mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-16 23:53:28 +00:00
15 lines
129 B
C++
15 lines
129 B
C++
#include "CMessageScreen.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
CMessageScreen::CMessageScreen(ResId msg, float time)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|