view unmovable.h @ 3495:2ed3703642c2 draft

(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
author belugas <belugas@openttd.org>
date Mon, 10 Apr 2006 15:09:56 +0000
parents 0456b72fd7a1
children be6092acbd30
line wrap: on
line source

/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif