unmovable.h
author bjarni
Fri, 08 Sep 2006 11:53:05 +0000
changeset 4578 308afd09d2cd
parent 3386 6d088afdabf4
child 4612 b7c32271ff0e
permissions -rw-r--r--
(svn r6428) -Codechange: [autoreplace] removed duplicated code to draw the info text in the autoreplace window
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif