Files @ r10228:40d85bf74068
Branch filter:

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

frosch
(svn r14456) -Fix: Obiwan in catchment-area and station-spread of docks.
/* $Id$ */

/** @file unmovable.h Functions related to unmovable objects. */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */