Mercurial > hg > openttd
view src/unmovable.h @ 7272:dc7fb38ec443 draft
(svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Mon, 16 Jul 2007 23:55:22 +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 */