Files @ r10671:380271301e42
Branch filter:

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

rubidium
(svn r14974) -Change: reorder/reorganise the entries of the settings window (Alberth)
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */