/[eliot]/eliot/game/freegame.h
ViewVC logotype

Diff of /eliot/game/freegame.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8.2.1 by afrab, Sun Oct 23 17:16:24 2005 UTC revision 1.8.2.2 by ipkiss, Sun Oct 23 20:58:20 2005 UTC
# Line 2  Line 2 
2   * Copyright (C) 2005 Eliot   * Copyright (C) 2005 Eliot
3   * Authors: Olivier Teuliere  <ipkiss@via.ecp.fr>   * Authors: Olivier Teuliere  <ipkiss@via.ecp.fr>
4   *   *
  * $Id$  
  *  
5   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
6   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
7   * the Free Software Foundation; either version 2 of the License, or   * the Free Software Foundation; either version 2 of the License, or
# Line 46  public: Line 44  public:
44      /*************************      /*************************
45       * Game handling       * Game handling
46       *************************/       *************************/
47      virtual int play(int player, Round& round);      virtual int play(int player, Round& oRound);
48      virtual int back();      virtual int back();
49        using Game::back;
50    
51  private:  private:
52      // Private constructor and destructor to force using the GameFactory class      // Private constructor and destructor to force using the GameFactory class

Legend:
Removed from v.1.8.2.1  
changed lines
  Added in v.1.8.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26