src/unmovable.h
author rubidium
Sun, 11 May 2008 14:09:38 +0000
changeset 10501 10f2642f41dc
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13044) -Fix: deleting an already deleted window.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */