genesis-3d_engine/Engine/app/appframework/appframeworkprotocol.cc
zhongdaohuan 6e8fbca745 genesis-3d engine version 1.3.
match the genesis editor version 1.3.0.653.
2014-05-05 14:50:33 +08:00

19 lines
642 B
C++

//------------------------------------------------------------------------------
// MACHINE GENERATED, DON'T EDIT!
//------------------------------------------------------------------------------
#include "stdneb.h"
#include "appframeworkprotocol.h"
namespace App
{
__ImplementClass(App::AttachComponentMsg, 'ACMG', Messaging::Message);
__ImplementMsgId(AttachComponentMsg);
__ImplementClass(App::DeAttachComponentMsg, 'DACM', Messaging::Message);
__ImplementMsgId(DeAttachComponentMsg);
} // App
namespace Commands
{
} // namespace Commands
//------------------------------------------------------------------------------