Files @ r8981:9a06c748f5e0
Branch filter:

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

rubidium
(svn r12773) -Codechange: replace some magic numbers with enums.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */