src/unmovable.h
author skidd13
Mon, 19 Nov 2007 21:32:20 +0000
changeset 7929 6c9b25842b0f
parent 6423 8e10e79e0fd1
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */