Files @ r9679:9f0dcaa4848d
Branch filter:

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

peter1138
(svn r13784) -Codechange: Truncate vehicle names in purchase list to width of window.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */