mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
Add to_json and from_json script functions
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
using boost::tribool;
|
||||
|
||||
// ----------------------------------------------------------------------------- : Writer
|
||||
|
||||
Writer::Writer(OutputStream& output)
|
||||
: indentation(0)
|
||||
, output(output)
|
||||
, stream(output, wxEOL_UNIX, wxMBConvUTF8())
|
||||
{}
|
||||
|
||||
Writer::Writer(OutputStream& output, Version file_app_version)
|
||||
: indentation(0)
|
||||
|
||||
Reference in New Issue
Block a user