mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Splited another long line in the header.
This commit is contained in:
parent
468b9d7340
commit
31c59db71c
@ -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…
x
Reference in New Issue
Block a user