2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 13:51:20 +00:00
metaforce/Runtime/CStateManager.cpp
2015-08-18 19:48:57 -10:00

11 lines
172 B
C++

#include "CStateManager.hpp"
namespace Retro
{
void CStateManager::SendScriptMsg(TUniqueId uid, TEditorId eid, EScriptObjectMessage msg, EScriptObjectState state)
{
}
}