mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
support for saving sets
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@104 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -19,6 +19,7 @@ Reader::Reader(const InputStreamP& input, const String& filename)
|
||||
, stream(*input)
|
||||
{
|
||||
moveNext();
|
||||
handleAppVersion();
|
||||
}
|
||||
|
||||
Reader::Reader(const String& filename)
|
||||
@@ -28,6 +29,7 @@ Reader::Reader(const String& filename)
|
||||
, stream(*input)
|
||||
{
|
||||
moveNext();
|
||||
handleAppVersion();
|
||||
}
|
||||
|
||||
void Reader::addAlias(Version end_version, const Char* a, const Char* b) {
|
||||
|
||||
Reference in New Issue
Block a user