Files @ r8814:8b2b17bb64fc
Branch filter:

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

smatz
(svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a bit of coding style
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */