metaforce/Runtime/CStateManager.cpp

11 lines
172 B
C++
Raw Normal View History

#include "CStateManager.hpp"
namespace Retro
{
2015-08-19 05:48:57 +00:00
void CStateManager::SendScriptMsg(TUniqueId uid, TEditorId eid, EScriptObjectMessage msg, EScriptObjectState state)
{
}
}