unmovable.h
author celestar
Fri, 31 Mar 2006 08:59:19 +0000
changeset 3386 edda700ed8e5
child 4612 12b0b94205f5
permissions -rw-r--r--
(svn r4194) -Codechange: Renamed UpdatePlayerHouse to UpdateCompanyHQ because the rest of the code calls it Comapany HQ. Moved it to unmovable_cmd.c because CompanyHQ is an unmovable and has nothing to do with economy.
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif