unmovable.h
author KUDr
Sun, 17 Sep 2006 16:23:30 +0000
changeset 4615 09d62f8da967
parent 4612 12b0b94205f5
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6473) -Fix: FS#347 town extends road beyond road stop. Fixed by r5062, unfixed by r5798. Now there is proper comment, so it should not happen again.
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif