Mercurial > hg > openttd
view src/unmovable.h @ 6773:746c984c2dfe draft
(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
author | maedhros <maedhros@openttd.org> |
---|---|
date | Fri, 01 Jun 2007 12:03:10 +0000 |
parents | 72ac8bfaa32f |
children | d48433370037 |
line wrap: on
line source
/* $Id$ */ /** @file unmovable.h */ #ifndef UNMOVABLE_H #define UNMOVABLE_H void UpdateCompanyHQ(Player *p, uint score); #endif /* UNMOVABLE_H */