nodeCreatedCBCmd/nodeCreatedCBCmd.h
#ifndef _nodeCreatedCBCmd_h
#define _nodeCreatedCBCmd_h
#include <maya/MPxCommand.h>
#include <maya/MMessage.h>
public:
nodeCreatedCB() {};
static void sCallbackFunc(
MObject& node,
void * clientData );
static void* creator();
static MCallbackId sId;
private:
};
#endif