mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
allow reading images from the current directory in the CLI interface
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1475 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -18,6 +18,7 @@ DECLARE_POINTER_TYPE(Set);
|
||||
DECLARE_POINTER_TYPE(Field);
|
||||
DECLARE_POINTER_TYPE(Style);
|
||||
DECLARE_POINTER_TYPE(ExportTemplate);
|
||||
DECLARE_POINTER_TYPE(Package);
|
||||
|
||||
// ----------------------------------------------------------------------------- : ExportTemplate
|
||||
|
||||
@@ -48,7 +49,8 @@ struct ExportInfo {
|
||||
ExportInfo();
|
||||
|
||||
SetP set; ///< The set that is being exported
|
||||
ExportTemplateP export_template; ///< The export template used
|
||||
PackageP export_template; ///< The export template used
|
||||
/// When using the CLI, this can be a fake package to allow reading from the cwd
|
||||
String directory_relative; ///< The directory for storing extra files (or "" if !export->create_directory)
|
||||
/// This is just the directory name
|
||||
String directory_absolute; ///< The absolute path of the directory
|
||||
|
||||
Reference in New Issue
Block a user