2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 09:13:27 +00:00
metaforce/Runtime/MP1/CMessageScreen.hpp
2017-04-14 19:32:25 -10:00

24 lines
334 B
C++

#ifndef __URDE_CMESSAGESCREEN_HPP__
#define __URDE_CMESSAGESCREEN_HPP__
#include "RetroTypes.hpp"
namespace urde
{
class CFinalInput;
namespace MP1
{
class CMessageScreen
{
public:
CMessageScreen(ResId msg, float time);
void ProcessControllerInput(const CFinalInput& input);
};
}
}
#endif // __URDE_CMESSAGESCREEN_HPP__