Files @ r5524:2b4f5c3335dd
Branch filter:

Location: cpp/openttd-patchpack/source/src/unmovable.h

rubidium
(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */