Files @ r10554:611efc1f7583
Branch filter:

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

rubidium
(svn r14811) -Fix: off-by-one causing possible out-of-bounds reads.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */