mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 15:49:55 +00:00
7 lines
127 B
C++
7 lines
127 B
C++
|
|
#include "verifier.hpp"
|
|
|
|
#include "../doc/state.hpp"
|
|
|
|
CSMTools::Verifier::Verifier() : Operation (CSMDoc::State_Verifying)
|
|
{}
|