src/unmovable.h
author frosch
Tue, 15 Jul 2008 17:13:50 +0000
changeset 11148 f0e0245a05c3
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13706) -Fix (r13695): Small typo.
/* $Id$ */

/** @file unmovable.h Functions related to unmovable objects. */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */