Files @ r9554:d4700a1ff7c1
Branch filter:

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

skidd13
(svn r13574) -Doc: Document the small vector template class
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */