1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-26 21:54:22 +01:00
Files
OpenTTD/src/unmovable.h

11 lines
191 B
C

/* $Id$ */
/** @file unmovable.h Functions related to unmovable objects. */
#ifndef UNMOVABLE_H
#define UNMOVABLE_H
void UpdateCompanyHQ(Company *c, uint score);
#endif /* UNMOVABLE_H */