/* $Id$ */ /** @file unmovable.h Functions related to unmovable objects. */ #ifndef UNMOVABLE_H #define UNMOVABLE_H void UpdateCompanyHQ(Company *c, uint score); #endif /* UNMOVABLE_H */