mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Initial InGameGuiManager imps
This commit is contained in:
18
Runtime/MP1/CMessageScreen.hpp
Normal file
18
Runtime/MP1/CMessageScreen.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef __URDE_CMESSAGESCREEN_HPP__
|
||||
#define __URDE_CMESSAGESCREEN_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
class CMessageScreen
|
||||
{
|
||||
public:
|
||||
CMessageScreen();
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __URDE_CMESSAGESCREEN_HPP__
|
||||
Reference in New Issue
Block a user