summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/mcs/verbdumpmap.h
blob: 129b8d8440ba56d6812ac6a5fa3e947e83e10a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// 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