OpenMW
|
VerifyStage: make sure that sound records are internally consistent. More...
#include <soundcheck.hpp>
Public Member Functions | |
SoundCheckStage (const CSMWorld::IdCollection< ESM::Sound > &sounds) | |
virtual int | setup () |
virtual void | perform (int stage, CSMDoc::Messages &messages) |
Messages resulting from this tage will be appended to messages. More... | |
Public Member Functions inherited from CSMDoc::Stage | |
virtual | ~Stage () |
Private Attributes | |
const CSMWorld::IdCollection < ESM::Sound > & | mSounds |
VerifyStage: make sure that sound records are internally consistent.
CSMTools::SoundCheckStage::SoundCheckStage | ( | const CSMWorld::IdCollection< ESM::Sound > & | sounds | ) |
|
virtual |
Messages resulting from this tage will be appended to messages.
Implements CSMDoc::Stage.
|
virtual |
Implements CSMDoc::Stage.
|
private |