Files @ r6722:b6eb38b08e9f
Branch filter:

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

rubidium
(svn r9954) -Fix [FS#811]: trolley AI crashed when trying to determine what the roadbits are.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */