src/unmovable.h
author skidd13
Sun, 15 Jun 2008 22:10:22 +0000
changeset 9528 b4e46d96ee04
parent 9111 48ce04029fe4
child 10207 c291a21b304e
permissions -rw-r--r--
(svn r13524) -Codechange: use the typesafe QSort for vehicle sortings
-Prepare: vehicles sorting for convsersion to GUIList
/* $Id$ */

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

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */