mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
11 lines
191 B
C
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 */
|