Files @ r9624:3d09a2b617a4
Branch filter:

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

rubidium
(svn r13680) -Fix: NPF crashing when a ship tried to find a nearby depot when on an aqueduct.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */