2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-20 07:53:28 +00:00
metaforce/Runtime/Common/CScriptMailbox.hpp

17 lines
184 B
C++

#ifndef __RETRO_CSCRIPTMAILBOX_HPP__
#define __RETRO_CSCRIPTMAILBOX_HPP__
namespace Retro
{
namespace Common
{
class CScriptMailbox
{
};
}
}
#endif // __RETRO_CSCRIPTMAILBOX_HPP__