GUI initialization now called by session.

This commit is contained in:
lotodore
2007-05-02 21:20:54 +00:00
parent 00064928d0
commit f6fb29b883
8 changed files with 47 additions and 41 deletions
+2
View File
@@ -58,6 +58,8 @@ public:
~mainWindowImpl();
void initGui(int speed);
void setGame(Game*);
void setHand(HandInterface*);
void setSession(Session*);