blob: a1db817236accd594fdc99d5f7ebca4330f7d748 (
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(Player *p, uint score);
#endif /* UNMOVABLE_H */
|