6e8fbca745
match the genesis editor version 1.3.0.653.
19 lines
642 B
C++
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
|
|
//------------------------------------------------------------------------------
|