Files @ r9678:b6aeab97f84b
Branch filter:

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

glx
(svn r13782) -Cleanup: removed a useless declaration
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */