forked from mirror/OpenTTD
11 lines
150 B
C
11 lines
150 B
C
/* $Id$ */
|
|
|
|
/** @file unmovable.h */
|
|
|
|
#ifndef UNMOVABLE_H
|
|
#define UNMOVABLE_H
|
|
|
|
void UpdateCompanyHQ(Player *p, uint score);
|
|
|
|
#endif /* UNMOVABLE_H */
|