Files @ r10233:f4b6f7cfa2ac
Branch filter:

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

rubidium
(svn r14461) -Document: add some doxygen comments (Albert)
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */