~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to src/group_gui.h

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach, Matthijs Kooijman, Jordi Mallach
  • Date: 2009-04-15 18:22:10 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090415182210-22ktb8kdbp2tf3bm
[ Matthijs Kooijman ]
* New upstream release.
* Remove Debian specific desktop file, upstream provides one now. 
* Add debian/watch file.

[ Jordi Mallach ]
* Bump Standards-Version to 3.8.1, with no changes required.
* Move to debhelper compat 7. Bump Build-Depends accordingly.
* Use dh_prep.
* Add "set -e" to config script.
* Remove a few extra doc files that get installed by upstream Makefile.
* Add more complete copyright information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: group_gui.h 11672 2007-12-21 07:38:36Z rubidium $ */
 
1
/* $Id: group_gui.h 14925 2009-01-08 21:16:19Z frosch $ */
2
2
 
3
3
/** @file group_gui.h Functions/definitions that have something to do with groups. */
4
4
 
7
7
 
8
8
#include "vehicle_type.h"
9
9
 
10
 
void ShowPlayerGroup(PlayerID player, VehicleType veh);
 
10
void ShowCompanyGroup(CompanyID company, VehicleType veh);
 
11
void DeleteGroupHighlightOfVehicle(const Vehicle *v);
11
12
 
12
13
#endif /* GROUP_GUI_H */