Added 'export all card images' functionality

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@232 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-03-23 18:37:49 +00:00
parent 851799d1b6
commit 0f8f8a3334
13 changed files with 236 additions and 25 deletions
+3 -2
View File
@@ -57,8 +57,9 @@ StatsCategory::StatsCategory(const StatsDimensionP& dim)
{}
IMPLEMENT_REFLECTION_ENUM(GraphType) {
VALUE_N("bar", GRAPH_TYPE_BAR);
VALUE_N("pie", GRAPH_TYPE_PIE);
VALUE_N("bar", GRAPH_TYPE_BAR);
VALUE_N("pie", GRAPH_TYPE_PIE);
VALUE_N("scatter", GRAPH_TYPE_SCATTER);
}
IMPLEMENT_REFLECTION(StatsCategory) {