forked from mirror/openmw-tes3mp
15 lines
273 B
C++
15 lines
273 B
C++
|
|
#include "mergeoperation.hpp"
|
|
|
|
#include "../doc/state.hpp"
|
|
|
|
CSMTools::MergeOperation::MergeOperation (CSMDoc::Document& document)
|
|
: CSMDoc::Operation (CSMDoc::State_Merging, true)
|
|
{
|
|
|
|
}
|
|
|
|
void CSMTools::MergeOperation::setTarget (const boost::filesystem::path& target)
|
|
{
|
|
|
|
}
|