src/unmovable.h
author frosch
Sat, 28 Jun 2008 15:44:24 +0000
changeset 9607 5a5728fb702a
parent 9111 48ce04029fe4
child 10207 c291a21b304e
permissions -rw-r--r--
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
/* $Id$ */

/** @file unmovable.h Functions related to unmovable objects. */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */