unmovable.h
author Darkvater
Fri, 03 Nov 2006 00:48:03 +0000
changeset 5014 aaa61af89635
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail because the new centre
would be outside the map. Change behaviour so that a reasonable approximation is
returned so that zooming (out) still works (GrimRC)
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */