Files @ r10780:f7de0458659f
Branch filter:

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

rubidium
(svn r15113) -Codechange: unify calling ScanForTarFiles when determining the paths.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */