- fix issue 94 (enchant enchantments)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-01 13:33:40 +00:00
parent 706f17113b
commit 59eb79fc47
7 changed files with 80 additions and 18 deletions

View File

@@ -38,6 +38,7 @@ class GuiPlay : public GuiLayer
float maxHeight;
public:
VertStack(float height = VERTHEIGHT);
void Render(CardView*, iterator begin, iterator end);
void Enstack(CardView*);
inline float nextX();
};