mirror of https://github.com/AxioDL/metaforce.git
19 lines
207 B
C++
19 lines
207 B
C++
|
#ifndef __URDE_CMESSAGESCREEN_HPP__
|
||
|
#define __URDE_CMESSAGESCREEN_HPP__
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
namespace MP1
|
||
|
{
|
||
|
|
||
|
class CMessageScreen
|
||
|
{
|
||
|
public:
|
||
|
CMessageScreen();
|
||
|
};
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif // __URDE_CMESSAGESCREEN_HPP__
|