~ubuntu-branches/ubuntu/oneiric/groundhog/oneiric

« back to all changes in this revision

Viewing changes to src/game.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2004-08-20 23:12:32 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040820231232-18s0op2f9g21ag1z
Tags: 1.4-6
Update Policy Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Groundhog -- a simple logic game
2
 
 * Copyright (C) 1998-2001 Maurits Rijk
 
2
 * Copyright (C) 1998-2002 Maurits Rijk
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
29
29
class Game {
30
30
   typedef enum {UserDefined, Beginner, Intermediate, Expert} Mode;
31
31
 
32
 
   static gint DeleteEvent(GtkWidget* widget, GdkEvent* event, gpointer data);
 
32
   static gboolean DeleteEvent(GtkWidget* widget, GdkEvent* event, 
 
33
                               gpointer data);
33
34
   static void GoCB(GtkWidget *widget, gpointer data);
34
35
   static gchar* MenuTranslate(const gchar *path, gpointer data);
35
36
   static gint Timeout(gpointer data);