forked from mirror/openmw-tes3mp
17 lines
224 B
C++
17 lines
224 B
C++
#ifndef CSM_TOOLS_VERIFIER_H
|
|
#define CSM_TOOLS_VERIFIER_H
|
|
|
|
#include "../doc/operation.hpp"
|
|
|
|
namespace CSMTools
|
|
{
|
|
class Verifier : public CSMDoc::Operation
|
|
{
|
|
public:
|
|
|
|
Verifier();
|
|
|
|
};
|
|
}
|
|
|
|
#endif
|