mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 02:15:32 +00:00
Splited another long line in the header.
This commit is contained in:
parent
468b9d7340
commit
31c59db71c
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@ namespace CSMTools
|
||||||
class ReferenceableCheckStage : public CSMDoc::Stage
|
class ReferenceableCheckStage : public CSMDoc::Stage
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ReferenceableCheckStage(const CSMWorld::RefIdData& referenceable, const CSMWorld::IdCollection<ESM::Race>& races, const CSMWorld::IdCollection<ESM::Class>& classes, const CSMWorld::IdCollection<ESM::Faction>& factions);
|
ReferenceableCheckStage(const CSMWorld::RefIdData& referenceable,
|
||||||
|
const CSMWorld::IdCollection<ESM::Race>& races,
|
||||||
|
const CSMWorld::IdCollection<ESM::Class>& classes,
|
||||||
|
const CSMWorld::IdCollection<ESM::Faction>& factions);
|
||||||
|
|
||||||
virtual void perform(int stage, std::vector< std::string >& messages);
|
virtual void perform(int stage, std::vector< std::string >& messages);
|
||||||
virtual int setup();
|
virtual int setup();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue