~ubuntu-branches/ubuntu/feisty/sgt-puzzles/feisty

« back to all changes in this revision

Viewing changes to puzzles.h

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2005-11-13 16:23:36 UTC
  • Revision ID: james.westby@ubuntu.com-20051113162336-8hgz1g5l3ukoznkq
Tags: 6452-2
Minor changes to package building

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
 */
349
349
struct game {
350
350
    const char *name;
351
 
    const char *winhelp_topic;
 
351
    const char *help_topic;
352
352
    game_params *(*default_params)(void);
353
353
    int (*fetch_preset)(int i, char **name, game_params **params);
354
354
    void (*decode_params)(game_params *, char const *string);