unmovable.h
author belugas
Mon, 10 Apr 2006 15:09:56 +0000
changeset 3495 f7d3ae07f4aa
parent 3386 edda700ed8e5
child 4612 12b0b94205f5
permissions -rw-r--r--
(svn r4346) CodeChange : Add and Use Accessors to Industry's Stage and Counter construction. Removed last direct map access from Disaster_cmd.c as well. Based on work from Rubidium in tfc_newmap
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif