Files @ r7885:8d6d8dd86a89
Branch filter:

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

rubidium
(svn r11436) -Fix [FS#1439]: Towns would not build roads on slopes. Patch by divide.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */