unmovable.h
author Darkvater
Wed, 20 Dec 2006 19:16:44 +0000
changeset 5345 00c5ff01191a
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7516) -Codechange: Number the newgrf-gui widgets and use their symbolic names for access with some const goodness.
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */