Mercurial > hg > openttd
view src/unmovable.h @ 9038:6e86ab2cba9f draft
(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Wed, 23 Apr 2008 22:16:41 +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 */