Files @ r8941:810ccf87dc7d
Branch filter:

Location: cpp/openttd-patchpack/source/src/unmovable.h

frosch
(svn r12716) -Fix: Do not compare StationIDs with DepotIDs or WaypointIDs.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */