Files @ r5366:83ef5d1f43e1
Branch filter:

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

rubidium
(svn r7551) -Fix (r7523): segmentation fault on showing NewGRF settings of a network game.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */