unmovable.h
author Darkvater
Tue, 10 Oct 2006 09:40:12 +0000
changeset 4795 718c0aca2e3d
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6717) -Codechange: move OPENTTD_SPRITES_COUNT into table/sprites.h to use it from there.
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */