Files @ r9750:1e2535e15958
Branch filter:

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

frosch
(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */