forked from mirror/OpenTTD
9 lines
124 B
C
9 lines
124 B
C
/* $Id$ */
|
|
|
|
#ifndef UNMOVABLE_H
|
|
#define UNMOVABLE_H
|
|
|
|
void UpdateCompanyHQ(Player *p, uint score);
|
|
|
|
#endif /* UNMOVABLE_H */
|