Mercurial > hg > openttd
view src/unmovable.h @ 6032:3f513357d37f draft
(svn r8755) -Fix
Abbreviate GetAirport(st->airport_type) to st->Airport()
author | tron <tron@openttd.org> |
---|---|
date | Fri, 16 Feb 2007 09:38:43 +0000 |
parents | eabf4b86aed6 |
children | 72ac8bfaa32f |
line wrap: on
line source
/* $Id$ */ #ifndef UNMOVABLE_H #define UNMOVABLE_H void UpdateCompanyHQ(Player *p, uint score); #endif /* UNMOVABLE_H */