src/unmovable.h
author rubidium
Thu, 29 May 2008 23:33:37 +0000
changeset 9425 fe15794c1448
parent 9111 48ce04029fe4
child 10207 c291a21b304e
permissions -rw-r--r--
(svn r13339) -Feature: splitting of the main toolbar when the resolution becomes very low so the buttons are still visible and useable. Patch by Dominik.
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */