~ubuntu-branches/ubuntu/natty/freecell-solver/natty

« back to all changes in this revision

Viewing changes to card.c

  • Committer: Bazaar Package Importer
  • Author(s): RISKO Gergely
  • Date: 2009-03-15 23:42:21 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090315234221-sx95hxyfyfgi0pja
Tags: 2.16.0-1
* Imported Upstream version 2.16.0 (closes: #518440)
* cmake is the new buildsystem

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * card.c - functions to convert cards and card components to and from
3
3
 * its user representation.
4
4
 *
5
 
 * Written by Shlomi Fish (shlomif@vipe.technion.ac.il), 2000
 
5
 * Written by Shlomi Fish ( http://www.shlomifish.org/ ), 2000
6
6
 *
7
7
 * This file is in the public domain (it's uncopyrighted).
8
8
 */