unmovable.h
author rubidium
Tue, 26 Dec 2006 15:28:11 +0000
changeset 5566 02b1ecccc540
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7563) -Fix (FS#468): removing towns in the scenario editor could leave subsidies with that town as source/destination, resulting in an assertion when displaying the Subsidies Window.
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */