Files @ r10875:1cfbd5e0cc73
Branch filter:

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

glx
(svn r15210) -Fix: Vehicle::GetRunningCost() was wrong for ships and aircraft
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */