src/unmovable.h
author maedhros
Tue, 12 Jun 2007 22:13:49 +0000
changeset 6879 6f2927f456d7
parent 6423 8e10e79e0fd1
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r10122) -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops.
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */