src/unmovable.h
author rubidium
Fri, 05 Dec 2008 22:46:39 +0000
changeset 10407 419a41009c38
parent 10207 c291a21b304e
permissions -rw-r--r--
(svn r14658) -Change: allow changing town names when there are no towns in the scenario yet.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Company *c, uint score);

#endif /* UNMOVABLE_H */