mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 23:15:41 +00:00
e4381c3ec8
(cherry picked from commit 904ad94952
)
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/tools/tools.cpp
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)
|
|
{
|
|
|
|
}
|