~ubuntu-branches/ubuntu/saucy/sgt-puzzles/saucy

« back to all changes in this revision

Viewing changes to cube.c

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2008-04-13 17:39:38 UTC
  • mto: (1.1.6 upstream) (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20080413173938-nnrvlls98m6ky6eq
ImportĀ upstreamĀ versionĀ 7983

Show diffs side-by-side

added added

removed removed

Lines of Context:
1700
1700
#endif
1701
1701
 
1702
1702
const struct game thegame = {
1703
 
    "Cube", "games.cube",
 
1703
    "Cube", "games.cube", "cube",
1704
1704
    default_params,
1705
1705
    game_fetch_preset,
1706
1706
    decode_params,