unmovable.h
author rubidium
Fri, 11 Aug 2006 09:42:12 +0000
changeset 4249 cc919af15ec3
parent 3386 6d088afdabf4
child 4612 b7c32271ff0e
permissions -rw-r--r--
(svn r5841) -Fix r5794: use the height of the edge of the map for shadows of disasters that are outside the map
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif