Files @ r10452:e64515b3ea5c
Branch filter:

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

frosch
(svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */