mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Names of add/remove card/keyword actions
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@868 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -86,6 +86,9 @@ class Card : public IntrusivePtrVirtualBase {
|
||||
inline String type_name(const Card&) {
|
||||
return _TYPE_("card");
|
||||
}
|
||||
inline String type_name(const vector<CardP>&) {
|
||||
return _TYPE_("cards"); // not actually used, only for locale.pl script
|
||||
}
|
||||
|
||||
void mark_dependency_member(const Card& value, const String& name, const Dependency& dep);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user