genesis-3d_engine/Engine/app/appframework/appframeworkprotocol.cc

19 lines
642 B
C++
Raw Normal View History

//------------------------------------------------------------------------------
// 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
//------------------------------------------------------------------------------