// Shave and a Haircut // (c) 2019 Epic Games // US Patent 6720962 #include #include #include #include #include "shaveCutCtx.h" #include "shaveCutCtxCmd.h" #include "shaveCursorCtxCmd.h" const MString shaveCutCtxCmd::commandName = "shaveCutCtx"; shaveCutCtxCmd::shaveCutCtxCmd() {} shaveCutCtxCmd::~shaveCutCtxCmd() {} shaveCursorCtx* shaveCutCtxCmd::createContext() { return new shaveCutCtx; }