Files @ r10555:6bae964dabbf
Branch filter:

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

smatz
(svn r14812) -Codechange: use INVALID_TILE instead of 0 to mark company without HQ
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */