unmovable.h
author truelight
Wed, 23 Aug 2006 20:46:54 +0000
changeset 4363 8a38cd70dab9
parent 3386 6d088afdabf4
child 4612 b7c32271ff0e
permissions -rw-r--r--
(svn r6078) -Fix: forgot one uint16 -> Date conversion. Tnx to #openttdcoop team for detecting and Rubidium for finding the cause.
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif