mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-19 05:30:04 +00:00
9 lines
105 B
C
9 lines
105 B
C
|
/* $Id */
|
||
|
|
||
|
#ifndef UNMOVABLE_H
|
||
|
#define UNMOVABLE_H
|
||
|
|
||
|
void UpdateCompanyHQ(Player *p, uint score);
|
||
|
|
||
|
#endif
|