Added 'symbol_variation' script function

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@101 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-12-09 16:31:22 +00:00
parent 86328aaeec
commit c130916465
8 changed files with 110 additions and 37 deletions
+3
View File
@@ -50,6 +50,9 @@ class StyleSheet : public Packaged {
inline RealRect getCardRect() const { return RealRect(0, 0, card_width, card_height); }
/// Return the style for a given field, it is not specified what type of field this is.
StyleP styleFor(const FieldP& field);
/// Load a StyleSheet, given a Game and the name of the StyleSheet
static StyleSheetP byGameAndName(const Game& game, const String& name);
/// name of the package without the game name