1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 05:19:55 +00:00
openmw-tes3mp/apps/opencs/model/doc/savingstate.cpp

13 lines
No EOL
220 B
C++

#include "savingstate.hpp"
#include "operation.hpp"
CSMDoc::SavingState::SavingState (Operation& operation)
: mOperation (operation)
{}
bool CSMDoc::SavingState::hasError() const
{
return mOperation.hasError();
}