Files @ r9858:33377a23cc7d
Branch filter:

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

belugas
(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */