Files @ r9768:3ae775ddbb05
Branch filter:

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

glx
(svn r13904) -Fix (r13715): 'cast from/to pointer to/from integer of different size' warnings
/* $Id$ */

/** @file unmovable.h Functions related to unmovable objects. */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */