// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // //---------------------------------------------------------- // verbDumpMap.h - verb that dumps a map of index to function name for an MC file //---------------------------------------------------------- #ifndef _verbDumpMap #define _verbDumpMap class verbDumpMap { public: static int DoWork(const char *nameofInput); }; #endif