view unmovable.h @ 3486:d2940b03b6ba draft

(svn r4337) -Fix: A problem where GetRailType was called instead of GetRailTileType. Thanks to glx for noticing
author celestar <celestar@openttd.org>
date Sun, 09 Apr 2006 17:50:00 +0000
parents 0456b72fd7a1
children be6092acbd30
line wrap: on
line source

/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif