Files @ r9041:64db01056282
Branch filter:

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

peter1138
(svn r12860) -Fix [FS#1947]: Train depart animation trigger was not called in some cases.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */