1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 04:15:31 +00:00
openmw-tes3mp/apps/opencs/model/doc/savingstate.cpp

13 lines
220 B
C++
Raw Normal View History

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