Files @ r3668:ccd06bb86e8c
Branch filter:

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

peter1138
(svn r4583) - NewGRF: Revamp sprite group loading to support advanced varadjusts and variable size. These are not yet processed, however.
1
2
3
4
5
6
7
8
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif