eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/game/player.h


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/player.h
Date: Sun, 06 Nov 2005 09:53:16 -0500

Index: eliot/game/player.h
diff -u eliot/game/player.h:1.11 eliot/game/player.h:1.12
--- eliot/game/player.h:1.11    Sun Nov  6 01:09:41 2005
+++ eliot/game/player.h Sun Nov  6 14:53:15 2005
@@ -23,7 +23,7 @@
 #include <vector>
 #include "pldrack.h"
 
-class Round;
+class Turn;
 
 
 /**
@@ -71,9 +71,10 @@
     PlayedRack m_pldrack;
 
     /// History of the racks and rounds for the player
-    vector<PlayedRack *> m_playedRacks;
-    vector<Round *> m_rounds;
-    vector<int> m_turns;
+//     vector<PlayedRack *> m_playedRacks;
+//     vector<Round *> m_rounds;
+//     vector<int> m_turns;
+    vector<Turn*> m_history;
 };
 
 




reply via email to

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