Files @ r9607:03e00693be33
Branch filter:

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

frosch
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */