OpenTTD/unmovable.h

9 lines
105 B
C

/* $Id */
#ifndef UNMOVABLE_H
#define UNMOVABLE_H
void UpdateCompanyHQ(Player *p, uint score);
#endif