cellSaveData improved

This commit is contained in:
Nekotekina 2015-04-17 07:37:13 +03:00
parent 94cbfd6a5c
commit 4874a81dc5
11 changed files with 462 additions and 277 deletions

View file

@ -115,7 +115,7 @@ bool PSFLoader::Load(vfsStream& stream)
return true;
}
bool PSFLoader::Save(vfsStream& stream)
bool PSFLoader::Save(vfsStream& stream) const
{
std::vector<PSFDefTable> indices;