src/unmovable.h
author truelight
Sun, 04 Nov 2007 18:32:51 +0000
changeset 8325 1552eb5e5430
parent 6919 339210ecccd3
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r11379) -Fix r11378: KillFirstBit2x64 accepts and returns unsigned variables, not signed, so enforce that a bit
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */