Files @ r10493:b82fe3a35854
Branch filter:

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

rubidium
(svn r14748) -Codechange: unduplicate window updating when deleting vehicles.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */