mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 05:19:55 +00:00
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
|