camino-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Camino-devel] camino/src/client Game.h


From: Philippe Fremy
Subject: [Camino-devel] camino/src/client Game.h
Date: Thu, 27 Feb 2003 11:59:14 -0500

CVSROOT:        /cvsroot/camino
Module name:    camino
Changes by:     Philippe Fremy <address@hidden> 03/02/27 11:59:14

Modified files:
        src/client     : Game.h 

Log message:
        more explicite name

Patches:
Index: camino/src/client/Game.h
diff -u camino/src/client/Game.h:1.14 camino/src/client/Game.h:1.15
--- camino/src/client/Game.h:1.14       Thu Feb 27 05:20:09 2003
+++ camino/src/client/Game.h    Thu Feb 27 11:59:13 2003
@@ -5,7 +5,7 @@
 ** Game.h
 ** Main widget of the game
 **
-** Version : $Id: Game.h,v 1.14 2003/02/27 10:20:09 pfremy Exp $
+** Version : $Id: Game.h,v 1.15 2003/02/27 16:59:13 pfremy Exp $
 ** Author(s) : Philippe Fremy, Pascal Audoux
 ** Creation : 15/01/2003
 ** Copyright: Pascal Audoux, Philippe Fremy 2003
@@ -73,9 +73,7 @@
 
        //void slot_serverMessage( const QString & msg );
 
-       void slot_tile( int tile );
-
-       void slot_tile( int row, int col );
+       void slot_tileClickedInBoard( int row, int col );
 
        void slot_play();
        void slot_complete();
@@ -104,6 +102,7 @@
        BoardCanvas * _board;
        ChatWidget * _chat;
        QLabel * _playerLabel;
+       bool _playerActive;
 
        enum StateClient {
                StateNotConnected,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]