Mercurial > hg > openttd
view src/unmovable.h @ 9396:bbf7586724f4 draft
(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
author | peter1138 <peter1138@openttd.org> |
---|---|
date | Wed, 28 May 2008 11:56:21 +0000 |
parents | d48433370037 |
children | c54d140df948 |
line wrap: on
line source
/* $Id$ */ /** @file unmovable.h Functions related to unmovable objects. */ #ifndef UNMOVABLE_H #define UNMOVABLE_H void UpdateCompanyHQ(Player *p, uint score); #endif /* UNMOVABLE_H */