Mercurial > hg > openttd
view src/unmovable.h @ 6448:eb2f3db29626 draft
(svn r9596) -Fix (r9563): (non-)transparency of station signs was confused with building transparency...
author | peter1138 <peter1138@openttd.org> |
---|---|
date | Wed, 11 Apr 2007 20:13:32 +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 */