view src/unmovable.h @ 9149:856095066478 draft

(svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the place where it is used and remove some unneeded globalisations of some other PlaceProc functions.
author rubidium <rubidium@openttd.org>
date Thu, 08 May 2008 13:30:50 +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 */