~ubuntu-branches/ubuntu/maverick/crossfire-client/maverick

« back to all changes in this revision

Viewing changes to common/external.h

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2007-04-13 21:15:44 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070413211544-vjo6zesj6g0wgmwf
Tags: 1.10.0-1
* New upstream release
* Install the README, README-dev and TODO files specific to the GTK2
  client to the corresponding package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * static char *rcsid_external_h =
3
 
 *   "$Id: external.h,v 1.12 2006/02/16 22:32:45 akirschbaum Exp $";
 
3
 *   "$Id: external.h 4963 2006-09-21 05:50:22Z mwedel $";
4
4
 */
5
5
/*
6
6
    Crossfire client, a client program for the crossfire program.
7
7
 
8
 
    Copyright (C) 2001 Mark Wedel & Crossfire Development Team
 
8
    Copyright (C) 2001,2006 Mark Wedel & Crossfire Development Team
9
9
 
10
10
    This program is free software; you can redistribute it and/or modify
11
11
    it under the terms of the GNU General Public License as published by
57
57
/* Stats related commands */
58
58
extern void draw_stats(int redraw);
59
59
extern void draw_message_window(int redraw);
 
60
 
60
61
/* this should really just set a field in the stats, and let the
61
62
 * client figure the new weight limit out
62
63
 */
85
86
extern void save_winpos(void);
86
87
extern void save_defaults(void);
87
88
extern void command_show(const char *params);
 
89
extern void client_tick(uint32 tick);
 
90
extern void cleanup_connection();