mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 21:11:21 +00:00
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__
|