blob: ebcaa7513c58062ad91abe7d41d342d5201c02f6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $Id$ */
/** @file unmovable.h Functions related to unmovable objects. */
#ifndef UNMOVABLE_H
#define UNMOVABLE_H
void UpdateCompanyHQ(Company *c, uint score);
#endif /* UNMOVABLE_H */
|