forked from teamnwah/openmw-tes3coop
7 lines
127 B
C++
7 lines
127 B
C++
|
|
#include "verifier.hpp"
|
|
|
|
#include "../doc/state.hpp"
|
|
|
|
CSMTools::Verifier::Verifier() : Operation (CSMDoc::State_Verifying)
|
|
{}
|