~ubuntu-branches/ubuntu/hardy/dds/hardy

« back to all changes in this revision

Viewing changes to dll.h

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2007-06-19 14:05:01 UTC
  • Revision ID: james.westby@ubuntu.com-20070619140501-wus87at9m59vfp2v
Tags: 1.1.5+ddd105-2
* Include patch by upstream that removes debugging code.
* The C compatibility patch went upstream, thanks Bo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
struct futureTricks {
111
111
  int nodes;
112
 
  int totalNodes;
 
112
  /*int totalNodes;*/
113
113
  int cards;
114
114
  int suit[13];
115
115
  int rank[13];