Files @ r9010:56ff6c523703
Branch filter:

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

rubidium
(svn r12805) -Codechange: remove some bit magic related to the news display states. Patch by cirdan.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */