mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 05:19:55 +00:00
13 lines
No EOL
220 B
C++
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();
|
|
} |