mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +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)
|
|
{}
|