summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/mcs/verbinteg.h
blob: 3dfded4fd84a7731c70525991acff4eca75ca370 (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.
//

//----------------------------------------------------------
// verbInteg.h - verb that checks the integrity of a MC file
//----------------------------------------------------------
#ifndef _verbInteg
#define _verbInteg

class verbInteg
{
public:
    static int DoWork(const char* nameofInput);
};
#endif