Files @ r10285:43923f0738a2
Branch filter:

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

rubidium
(svn r14524) -Add: stop-in-depot as part of orders (PhilSophus)
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */