Files @ r8581:4c83ae6c0e3a
Branch filter:

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

smatz
(svn r12162) -Fix [FS#1757]: towns shouldn't build over houses owned by another town
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */