Files @ r7853:fe4eae46edfa
Branch filter:

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

rubidium
(svn r11403) -Fix: NewIndustries GRF assume that tiles are already animated during construction.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */