summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/mcs/verbdumpmap.h
blob: 93e0854cdf518dd3d9fb519330a161d403d6b354 (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