selectClosestPointLocator/selectClosestPointLocator.h
#ifndef _SELECTCLOSESTPOINTLOCATOR_PLUGIN
#define _SELECTCLOSESTPOINTLOCATOR_PLUGIN
#include <maya/MStatus.h>
#include <maya/MPlug.h>
#include <maya/MPxLocatorNode.h>
{
public:
selectClosestPointLocator();
~selectClosestPointLocator() override;
static void* creator();
};
#endif