2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-03 09:35:35 +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__