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