unmovable.h
author KUDr
Fri, 29 Dec 2006 17:51:16 +0000
changeset 5417 a0224e6cedd1
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7620) -Fix: [OPF] signal update was incorrectly propagated:
- through incompatible rail types
- from under bridge track to the bridge ramp (peter1138)
- same for tunnels (from track on top of tunnel entry to the tunnel)
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */