Jeck - Tempory fix for missing GuiHand.h. Please commit if your copy differs.

This commit is contained in:
wagic.jeck
2009-09-03 20:14:29 +00:00
parent 8ea9222122
commit b78d25d16b

View File

@@ -60,7 +60,7 @@ class GuiHandSelf : public GuiHand
Open,
Closed
} state;
float backpos;
Pos backpos;
public:
GuiHandSelf(CardSelector* cs, MTGHand* hand);
@@ -71,6 +71,7 @@ class GuiHandSelf : public GuiHand
bool CheckUserInput(u32 key);
virtual void Render();
void Update(float dt);
void Repos();
float LeftBoundary();
HandLimitor* limitor;