~ubuntu-branches/ubuntu/gutsy/gnome-games/gutsy-updates

« back to all changes in this revision

Viewing changes to dependencies/ggz-gtk/client.h

  • Committer: Package Import Robot
  • Author(s): Aron Sisak
  • Date: 2007-07-01 12:37:12 UTC
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: package-import@ubuntu.com-20070701123712-xl45fapvplmv234m
Tags: upstream-2.19.4
ImportĀ upstreamĀ versionĀ 2.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * File: client.h
3
3
 * Author: Justin Zaun
4
4
 * Project: GGZ GTK Client
5
 
 * $Id: client.h 5572 2006-10-14 10:32:58Z andreasr $
 
5
 * $Id: client.h 6290 2007-05-19 12:13:59Z andreasr $
6
6
 *
7
7
 * This is the main program body for the GGZ client
8
8
 *
51
51
extern void (*ggz_closed_cb)(void);
52
52
extern const char *embedded_protocol_engine, *embedded_protocol_version;
53
53
extern const char *embedded_default_profile;
 
54
extern const char *embedded_game_help_file;