1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 09:22:42 +01:00
Files
OpenTTD/src/unmovable.h

11 lines
150 B
C

/* $Id$ */
/** @file unmovable.h */
#ifndef UNMOVABLE_H
#define UNMOVABLE_H
void UpdateCompanyHQ(Player *p, uint score);
#endif /* UNMOVABLE_H */