show cards button gui action hopefully implemented ;-)

This commit is contained in:
doitux
2010-07-16 09:13:43 +00:00
parent 756e92aeab
commit 96fa7c642c
6 changed files with 4534 additions and 4514 deletions
+2
View File
@@ -115,6 +115,8 @@ public:
virtual void setNetSessionData(boost::shared_ptr<SessionData> session) =0;
virtual boost::shared_ptr<SessionData> getNetSessionData() =0;
virtual bool checkIfINeedToShowCards() =0;
};
#endif