src/unmovable.h
author belugas
Thu, 31 May 2007 15:40:36 +0000
changeset 7261 a75c5668b75b
parent 6919 339210ecccd3
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r10001) -Codechange: Add support for removing dynamically allocated newgrf data
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */