Files @ r10876:14fd6d5f585d
Branch filter:

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

smatz
(svn r15211) -Fix (r15190): loading of TTD savegames was broken
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */