src/unmovable.h
author peter1138
Tue, 15 Jan 2008 11:43:06 +0000
changeset 8296 59fa0940aefe
parent 6423 8e10e79e0fd1
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r11860) -Fix: Test station class validity against number of classes, not abosolute limit.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */