src/unmovable.h
author rubidium
Thu, 12 Jun 2008 19:06:30 +0000
changeset 10941 4b627487aac9
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13495) -Fix: scrolling the main map with the keys speed was influenced by movement of the mouse.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */