unmovable.h
author tron
Sat, 02 Sep 2006 07:13:21 +0000
changeset 4517 82cae2aa7c4a
parent 3386 edda700ed8e5
child 4612 12b0b94205f5
permissions -rw-r--r--
(svn r6302) -Codechange: Remove dead code paths, because the lowest bit of Sprite::info is never unset
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif